I have installed and configured Hadoop in my Linux machine. I want to run a sample MR job. I have started the Hadoop via the command /usr/local/hadoop/bin/start-all.sh and the output is
namenode running as process 7876. Stop it first.
localhost: datanode running as process 8083. Stop it first.
localhost: secondarynamenode running as process 8304. Stop it first.
jobtracker running as process 8398. Stop it first.
localhost: tasktracker running as process 8612. Stop it first.
so I think that my Hadoop is configured successfully. But when I am trying to run below command it is giving
[email protected]:~$ hadoop fs -put gettysburg.txt /user/jeet/getty/gettysburg.txt
hadoop: command not found
I am new to Hadoop, please help. I am sharing the screenshot of my work.
