Hello We had an old document (I think it was hadoop 0.2) which stated these steps
To start Hadoop: $HADOOP_HOME/bin/start-all.sh (alternatively, you can start hdfs then mapreduce by start-dfs.sh and start-mapred.sh respectively) To stop Hadoop: $HADOOP_HOME/bin/stop-all.sh (or stop-dfs.sh and stop-mapred.sh) However I can not find such files in the latest release. What are the alternatives of these commands? Regards, Mahmood
