You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Yoonmin Nam (JIRA)" <ji...@apache.org> on 2013/10/27 09:06:31 UTC

[jira] [Created] (HADOOP-10074) Typos in the Cluster Setup webpage (hadoop.apaghe.org/docs/current)

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)