Hello Yoonmin, Thank you for finding the typo and reporting it! I recommend filing an issue in jira to track it. If you're interested in contributing a patch to fix it, this wiki page describes the process:
http://wiki.apache.org/hadoop/HowToContribute The cluster setup documentation is sourced from the following file in the codebase: hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm Chris Nauroth Hortonworks http://hortonworks.com/ On Thu, Oct 24, 2013 at 9:31 AM, Yoonmin Nam <[email protected]> wrote: > Hi, I am Yoonmin from DGIST, South Korea. > > > > I found some typo in > > > http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/Clus > terSetup.html > > > > In the Hadoop Startup content, > > > > Run a script to start DataNodes on all slaves: > > $ $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 also need to modified for above two scripts. > > > > > > Thanks > > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
