YARN-2436. [post-HADOOP-9902] yarn application help doesn't work

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Allen Wittenauer 2014-08-21 21:33:35 +00:00
parent ddb7f12ef9
commit cbbb899aed
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Trunk - Unreleased
YARN-2216 TestRMApplicationHistoryWriter sometimes fails in trunk.
(Zhijie Shen via xgong)
YARN-2436. [post-HADOOP-9902] yarn application help doesn't work (aw)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -73,6 +73,7 @@ case "${COMMAND}" in
application|applicationattempt|container)
CLASS=org.apache.hadoop.yarn.client.cli.ApplicationCLI
YARN_OPTS="${YARN_OPTS} ${YARN_CLIENT_OPTS}"
set -- "${COMMAND}" "$@"
;;
classpath)
hadoop_finalize