Skip to content

Commit

Permalink
YARN-3681. yarn cmd says "could not find main class 'queue'" in windo…
Browse files Browse the repository at this point in the history
…ws. Contributed by Craig Welch and Varun Saxena
  • Loading branch information
xgong committed May 20, 2015
1 parent d3193fd commit a665b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hadoop-yarn-project/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@ Release 2.7.1 - UNRELEASED
YARN-2918. RM should not fail on startup if queue's configured labels do
not exist in cluster-node-labels. (Wangda Tan via jianhe)

YARN-3681. yarn cmd says "could not find main class 'queue'" in windows.
(Craig Welch and Varun Saxena via xgong)

Release 2.7.0 - 2015-04-20

INCOMPATIBLE CHANGES
Expand Down
2 changes: 1 addition & 1 deletion hadoop-yarn-project/hadoop-yarn/bin/yarn.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if "%1" == "--loglevel" (
)

set yarncommands=resourcemanager nodemanager proxyserver rmadmin version jar ^
application applicationattempt cluster container node logs daemonlog historyserver ^
application applicationattempt cluster container node queue logs daemonlog historyserver ^
timelineserver classpath
for %%i in ( %yarncommands% ) do (
if %yarn-command% == %%i set yarncommand=true
Expand Down

0 comments on commit a665b22

Please sign in to comment.