amplab / docker-scripts

Dockerfiles and scripts for Spark and Shark Docker images
261 stars 102 forks source link

Path does not resolve to spark #30

Open mvherweg opened 10 years ago

mvherweg commented 10 years ago

I noted that in the spark-base Dockerfile, PATH is set as follows: ENV PATH $SPARK_HOME:$SCALA_HOME/bin:$PATH

I doubt it is harmful (the file has always been like this), but seems like the /bin is missing after $SPARK_HOME