Reputation: 1666
I have an error when trying to setup a single node hadoop cluster at the step of formatting namenode.
The command:
bin/hadoop namenode -format
The error:
bash: bin/hadoop : permission denied
I tried this on ubuntu 12.10, 12.04, 11.04 and got the same error for all.
What can I do?
Upvotes: 0
Views: 3462
Reputation: 1666
Thanks alot all,,
it was missing execute permission for files in bin/hadoop directory and it's now working after providing execute permission using chmod command
Upvotes: 0