Yoonmin Nam created HADOOP-10074: ------------------------------------ Summary: Typos in the Cluster Setup webpage (hadoop.apaghe.org/docs/current) Key: HADOOP-10074 URL: https://issues.apache.org/jira/browse/HADOOP-10074 Project: Hadoop Common Issue Type: Bug Reporter: Yoonmin Nam Priority: Minor
In the http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html, There is a operating the hadoop cluster section existed. In the Hadoop Startup content, $HADOOP_PREFIX/sbin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs start datanode Should be modified as: $HADOOP_PREFIX/sbin/hadoop-daemons.sh --config $HADOOP_CONF_DIR --script hdfs start datanode (hadoop-daemon.sh is for master, hadoop-daemons. Is for slave when every slave address is defined at slave file) Also, Run a script to start NodeManagers on all slaves has same typo. So, it should be modified as $HADOOP_YARN_HOME/sbin/yarn-daemons.sh --config $HADOOP_CONF_DIR start nodemanager Hadoop shutdown section also needs to be modified for above two scripts. -- This message was sent by Atlassian JIRA (v6.1#6144)