Hadoop Installation


5 Answer(s)


Hi Venu,

Please use the sudo as prefix before your command. It will give you all the permissions.

Hope this helps.

Thanks


Hi Venu,

You need to create it using root user (sudo /usr/lib/hadoop), after that you can allow the permission to your user using the command below:

chown -R user.group /usr/lib/hadoop

 


Ops.... creating directory -> sudo mkdir /usr/lib/hadoop


I forgot, I did a guide of my first setup, but it's on Debian 7 not too different of another *nix:

http://juliano.muniz.ca/starting-with-big-data-installing-hadoop-2-7-2-single-node-on-debian-7/


thankyou

it worked