I hadoop installed in a linux machine. I have started the hadoop via the command /usr/local/hadoop/bin/start-all.sh and this is the prompt I am getting:
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
But when i am trying to push the data into hdfs using the command given below:
jeet@jeet-Vostro-2520:~$ hadoop fs -put gettysburg.txt /user/jeet/getty/gettysburg.txt
hadoop: command not found
I am new to Hadoop. Can someone help me to resolve the issue?