You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/08/21 15:10:11 UTC

[jira] [Commented] (YARN-2436) [post-HADOOP-9902] yarn application help doesn't work

    [ 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)