Description
Thanks to Roman for pointing it out. Looks like we have the following lines in bin/yarn:
CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
We dont really have a dependency on the tools jar. We should remove this.
Thanks to Roman for pointing it out. Looks like we have the following lines in bin/yarn:
CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
We dont really have a dependency on the tools jar. We should remove this.