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 "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2012/08/08 23:37:20 UTC

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

Alejandro Abdelnur created YARN-15:
--------------------------------------

             Summary: 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

        

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450175#comment-13450175 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2762 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2762/])
    YARN-15. Fixing CHANGES.txt (Revision 1381801)

     Result = SUCCESS
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381801
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450593#comment-13450593 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Hdfs-trunk #1158 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1158/])
    YARN-15. Fixing CHANGES.txt (Revision 1381801)
YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (Revision 1381794)

     Result = FAILURE
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381801
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381794
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450015#comment-13450015 ] 

Hadoop QA commented on YARN-15:
-------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12544088/YARN-86.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-YARN-Build/32//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/32//console

This message is automatically generated.
                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>         Attachments: 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

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

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli resolved YARN-15.
-----------------------------------------

    Resolution: Duplicate

This is being fixed via YARN-86 and MAPREDUCE-4638.
                
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450639#comment-13450639 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Mapreduce-trunk #1189 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1189/])
    YARN-15. Fixing CHANGES.txt (Revision 1381801)
YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (Revision 1381794)

     Result = SUCCESS
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381801
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381794
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated YARN-15:
------------------------------

    Attachment: YARN-86.patch

Same patch from YARN-86.
                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>         Attachments: 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

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

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy reopened YARN-15:
-------------------------------

      Assignee: Arun C Murthy
    
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>         Attachments: 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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450139#comment-13450139 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Common-trunk-Commit #2698 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2698/])
    YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (Revision 1381794)

     Result = SUCCESS
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381794
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>         Attachments: 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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450235#comment-13450235 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2723 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2723/])
    YARN-15. Fixing CHANGES.txt (Revision 1381801)

     Result = FAILURE
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381801
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450179#comment-13450179 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Common-trunk-Commit #2699 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2699/])
    YARN-15. Fixing CHANGES.txt (Revision 1381801)

     Result = SUCCESS
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381801
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ 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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450193#comment-13450193 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2722 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2722/])
    YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (Revision 1381794)

     Result = FAILURE
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381794
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated YARN-15:
----------------------------------------

    Attachment: YARN-15-branch-0.23.txt

Here's a patch for 0.23. Robert, please merge it if you are okay getting this into into branch-23. Tx.
                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-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

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/YARN-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450141#comment-13450141 ] 

Hudson commented on YARN-15:
----------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2761 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2761/])
    YARN-15. Updated default classpath for YARN applications to reflect split of YARN into a sub-project. Contributed by Arun C Murthy. (Revision 1381794)

     Result = SUCCESS
vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1381794
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

                
> 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
>            Assignee: Arun C Murthy
>            Priority: Critical
>             Fix For: 2.2.0-alpha
>
>         Attachments: 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