I am trying to do a single node setup for hadoop as given on following link http://hadoop.apache.org/common/docs/current/single_node_setup.html
i have followed all the steps till defining JAVA_HOME but the command “$ bin/hadoop” is not working for me.there is no file or folder related to hadoop in my bin folder.what does this command do and why its not working for me??
I am trying to do a single node setup for hadoop as given on
Share
that means execute the command ‘./bin/hadoop’ from the hadoop home directory. That is, the hadoop command is in the bin sub-directory underneath the hadoop install directory.