[
https://issues.apache.org/jira/browse/MAPREDUCE-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mahadev konar updated MAPREDUCE-3624:
-------------------------------------
Component/s: mrv2
Affects Version/s: 0.23.0
Fix Version/s: 0.23.1
> 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
>
>
> 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