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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2012/08/08 23:57:20 UTC

[jira] [Commented] (YARN-15) YarnConfiguration DEFAULT_YARN_APPLICATION_CLASSPATH should be updated

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

Arun C Murthy commented on YARN-15:
-----------------------------------

Good catch.

I've updated yarn-default.xml though via YARN-1.
                
> YarnConfiguration DEFAULT_YARN_APPLICATION_CLASSPATH should be updated
> ----------------------------------------------------------------------
>
>                 Key: YARN-15
>                 URL: https://issues.apache.org/jira/browse/YARN-15
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.2.0-alpha
>            Reporter: Alejandro Abdelnur
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>
> {code}
>   /**
>    * Default CLASSPATH for YARN applications. A comma-separated list of
>    * CLASSPATH entries
>    */
>   public static final String[] DEFAULT_YARN_APPLICATION_CLASSPATH = {
>       "$HADOOP_CONF_DIR", "$HADOOP_COMMON_HOME/share/hadoop/common/*",
>       "$HADOOP_COMMON_HOME/share/hadoop/common/lib/*",
>       "$HADOOP_HDFS_HOME/share/hadoop/hdfs/*",
>       "$HADOOP_HDFS_HOME/share/hadoop/hdfs/lib/*",
>       "$YARN_HOME/share/hadoop/mapreduce/*",
>       "$YARN_HOME/share/hadoop/mapreduce/lib/*"};
> {code}
> It should have {{share/yarn/}} and MR should add the {{share/mapreduce/}} (another JIRA?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira