YARN-2525. yarn logs command gives error on trunk (Akira AJISAKA via aw)

This commit is contained in:
Allen Wittenauer 2014-09-12 10:35:41 -07:00
parent 957414d4cb
commit 40364dc47c
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ Trunk - Unreleased
YARN-2436. [post-HADOOP-9902] yarn application help doesn't work (aw)
YARN-2525. yarn logs command gives error on trunk (Akira AJISAKA via aw)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -99,7 +99,7 @@ case "${COMMAND}" in
CLASS='org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer'
;;
logs)
CLASS=org.apache.hadoop.yarn.logaggregation.LogDumper
CLASS=org.apache.hadoop.yarn.client.cli.LogsCLI
hadoop_debug "Append YARN_CLIENT_OPTS onto YARN_OPTS"
YARN_OPTS="${YARN_OPTS} ${YARN_CLIENT_OPTS}"
;;