HADOOP-11497. Fix typo in ClusterSetup.html#Hadoop_Startup. Contributed by Christian Winkler.
This commit is contained in:
parent
730597c20c
commit
46ad4c9098
|
@ -528,6 +528,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in
|
HADOOP-11587. TestMapFile#testMainMethodMapFile creates test files in
|
||||||
hadoop-common project root. (Xiaoyu Yao via wheat9)
|
hadoop-common project root. (Xiaoyu Yao via wheat9)
|
||||||
|
|
||||||
|
HADOOP-11497. Fix typo in ClusterSetup.html#Hadoop_Startup(Christian
|
||||||
|
Winkler via ozawa).
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -506,7 +506,7 @@ $ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs s
|
||||||
Run a script to start DataNodes on all slaves:
|
Run a script to start DataNodes on all slaves:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs start datanode
|
$ $HADOOP_PREFIX/sbin/hadoop-daemons.sh --config $HADOOP_CONF_DIR --script hdfs start datanode
|
||||||
----
|
----
|
||||||
|
|
||||||
Start the YARN with the following command, run on the designated
|
Start the YARN with the following command, run on the designated
|
||||||
|
@ -519,7 +519,7 @@ $ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR start resource
|
||||||
Run a script to start NodeManagers on all slaves:
|
Run a script to start NodeManagers on all slaves:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR start nodemanager
|
$ $HADOOP_YARN_HOME/sbin/yarn-daemons.sh --config $HADOOP_CONF_DIR start nodemanager
|
||||||
----
|
----
|
||||||
|
|
||||||
Start a standalone WebAppProxy server. If multiple servers
|
Start a standalone WebAppProxy server. If multiple servers
|
||||||
|
@ -548,7 +548,7 @@ $ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs s
|
||||||
Run a script to stop DataNodes on all slaves:
|
Run a script to stop DataNodes on all slaves:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ $HADOOP_PREFIX/sbin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script hdfs stop datanode
|
$ $HADOOP_PREFIX/sbin/hadoop-daemons.sh --config $HADOOP_CONF_DIR --script hdfs stop datanode
|
||||||
----
|
----
|
||||||
|
|
||||||
Stop the ResourceManager with the following command, run on the designated
|
Stop the ResourceManager with the following command, run on the designated
|
||||||
|
@ -561,7 +561,7 @@ $ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR stop resourcem
|
||||||
Run a script to stop NodeManagers on all slaves:
|
Run a script to stop NodeManagers on all slaves:
|
||||||
|
|
||||||
----
|
----
|
||||||
$ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR stop nodemanager
|
$ $HADOOP_YARN_HOME/sbin/yarn-daemons.sh --config $HADOOP_CONF_DIR stop nodemanager
|
||||||
----
|
----
|
||||||
|
|
||||||
Stop the WebAppProxy server. If multiple servers are used with load
|
Stop the WebAppProxy server. If multiple servers are used with load
|
||||||
|
|
Loading…
Reference in New Issue