Building MapReduce project using Apache Ant

Hi ,

I’m trying to clone the repo “https://github.com/singhabhinav/cloudxlab.git” but I’m having an error in my console. image

please help to resolve it!

Hi Suma,

To resolve that,

you can clone the repo in the tmp directory and then move it to your home directory. You can move to the tmp directory by using:

cd /tmp

After that, clone the repo as told in the tutorial. After the repo gets cloned, move the webserver directory to your home directory by-

mv source destination

where, source is the path of the directory which you want to move, and destination is the path of the directory where you want to move the source directory.

That may do your work.

1 Like

great, will try doing it! Thanks