Skip to content

Commit

Permalink
HADOOP-9910. proxy server start and stop documentation wrong. Contrib…
Browse files Browse the repository at this point in the history
…uted by Andre Kelpe. (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1518296 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
QwertyManiac committed Aug 28, 2013
1 parent 30b8ef9 commit 4d0df03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions hadoop-common-project/hadoop-common/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ Release 2.1.1-beta - UNRELEASED

IMPROVEMENTS

HADOOP-9910. proxy server start and stop documentation wrong
(André Kelpevia harsh)

HADOOP-9446. Support Kerberos SPNEGO for IBM JDK. (Yu Gao via llu)

HADOOP-9787. ShutdownHelper util to shutdown threads and threadpools.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ $ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR start nodemana
are used with load balancing it should be run on each of them:

----
$ $HADOOP_YARN_HOME/bin/yarn start proxyserver --config $HADOOP_CONF_DIR
$ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh start proxyserver --config $HADOOP_CONF_DIR
----

Start the MapReduce JobHistory Server with the following command, run on the
Expand Down Expand Up @@ -560,7 +560,7 @@ $ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh --config $HADOOP_CONF_DIR stop nodemanag
balancing it should be run on each of them:

----
$ $HADOOP_YARN_HOME/bin/yarn stop proxyserver --config $HADOOP_CONF_DIR
$ $HADOOP_YARN_HOME/sbin/yarn-daemon.sh stop proxyserver --config $HADOOP_CONF_DIR
----


Expand Down

0 comments on commit 4d0df03

Please sign in to comment.