[ 
https://issues.apache.org/jira/browse/YARN-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105354#comment-14105354
 ] 

Allen Wittenauer commented on YARN-2436:
----------------------------------------

Specifically from the old code:

{code}
elif [ "$COMMAND" = "application" ] ||
     [ "$COMMAND" = "applicationattempt" ] ||
     [ "$COMMAND" = "container" ]; then
  CLASS=org.apache.hadoop.yarn.client.cli.ApplicationCLI
  YARN_OPTS="$YARN_OPTS $YARN_CLIENT_OPTS"
  set -- $COMMAND $@
{code}

> [post-HADOOP-9902] yarn application help doesn't work
> -----------------------------------------------------
>
>                 Key: YARN-2436
>                 URL: https://issues.apache.org/jira/browse/YARN-2436
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: scripts
>            Reporter: Allen Wittenauer
>
> The previous version of the yarn command plays games with the command stack 
> for some commands.  The new code needs duplicate this wackiness.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to