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

Hudson commented on MAPREDUCE-3624:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1583 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1583/])
    MAPREDUCE-3624. Remove unnecessary dependency on JDK's tools.jar. 
Contributed by Mahadev Konar.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1228354
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/bin/yarn

                
> bin/yarn script adds jdk tools.jar to the classpath.
> ----------------------------------------------------
>
>                 Key: MAPREDUCE-3624
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3624
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3624.patch
>
>
> Thanks to Roman for pointing it out. Looks like we have the following lines 
> in bin/yarn:
> {code}
> CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
> {code}
> We dont really have a dependency on the tools jar. We should remove this.

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

        

Reply via email to