I am trying to install Hadoop-2.6.0 in ubuntu 14-04 machine. 5 node cluster. But when I format the namenode, it gives me the following error
No command 'hdfs' found, did you mean: Command 'hfs' from package 'hfsutils-tcltk' (universe) Command 'hdfls' from package 'hdf4-tools' (universe) hdfs: command not found
And in the .bashrc file, I can't understand what path to give for Hadoop_home/bin, as I don't see any folder "bin" inside Hadoop installation.
Please guide me.
Add these lines in
.bashrc
:As for,
Check whether you have binary distribution or source. Download
hadoop-2.6.0.tar.gz
from Hadoop Distributions, in case you have source distribution.