Details
Description
If JAVA_HOME detection in hadoop-config.sh finds:
/usr/lib/jvm/java-1.6.0-sun-1.6.0.*/jre/
then hadoop-fuse-dfs will not work because it adds jre/lib to the path:
for f in `find ${JAVA_HOME}/jre/lib -name client -prune -o -name libjvm.so -exec dirname {} \;`; do