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 "Chuan Liu (JIRA)" <ji...@apache.org> on 2014/01/08 20:44:50 UTC

[jira] [Updated] (YARN-1138) yarn.application.classpath is set to point to $HADOOP_CONF_DIR etc., which does not work on Windows

     [ https://issues.apache.org/jira/browse/YARN-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chuan Liu updated YARN-1138:
----------------------------

    Attachment: YARN-1138.patch

The default value for "yarn.application.classpath" is already properly defined (in {{YarnConfiguration}} class) and configured (in {{MRApps.setMRFrameworkClasspath()}}). In this patch, I removed the hard coded configuration in yarn-default.xml and modified some unit tests to accommodate the change.

> yarn.application.classpath is set to point to $HADOOP_CONF_DIR etc., which does not work on Windows
> ---------------------------------------------------------------------------------------------------
>
>                 Key: YARN-1138
>                 URL: https://issues.apache.org/jira/browse/YARN-1138
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Yingda Chen
>            Assignee: Chuan Liu
>             Fix For: 3.0.0
>
>         Attachments: YARN-1138.patch
>
>
> yarn-default.xml has "yarn.application.classpath" entry set to $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/,$HADOOP_YARN_HOME/share/hadoop/yarn/*,$HADOOP_YARN_HOME/share/hadoop/yarn/lib. It does not work on Windows which needs to be fixed.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)