sequenceiq / hadoop-docker

Hadoop docker image
https://registry.hub.docker.com/u/sequenceiq/hadoop-docker/
Apache License 2.0
1.21k stars 560 forks source link

PATH setting in Dockerfile is wrong #42

Open liyaka opened 8 years ago

liyaka commented 8 years ago

The PATH setting will not not have the correct java in the path - need to replace ENV PATH $PATH:$JAVA_HOME/bin with ENV PATH $JAVA_HOME/bin:$PATH