Maven install Hadoop from source, looking in the wrong path for tools.jar Maven install Hadoop from source, looking in the wrong path for tools.jar hadoop hadoop

Maven install Hadoop from source, looking in the wrong path for tools.jar


Ran the following to solve the issue on my mac:

cd /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/ sudo mkdir Classes cd Classes/ sudo ln -s ../jre/lib/rt.jar classes.jar

Ref: http://ilovemylinux.blogspot.com/2013/05/maven-jspc-compile-error-with-java-7-on.html