You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2012/10/11 19:49:40 UTC

[jira] [Closed] (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:all-tabpanel ]

Arun C Murthy closed YARN-15.
-----------------------------

    
> 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.0.2-alpha
>            Reporter: Alejandro Abdelnur
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.0.2-alpha
>
>         Attachments: YARN-15-branch-0.23.txt, YARN-86.patch
>
>
> {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
For more information on JIRA, see: http://www.atlassian.com/software/jira