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
            Reporter: Mahadev konar
            Assignee: Mahadev konar


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