Github user aarondav commented on a diff in the pull request:
https://github.com/apache/incubator-spark/pull/634#discussion_r9973330
--- Diff: docker/spark-test/base/Dockerfile ---
@@ -25,8 +25,8 @@ RUN apt-get update
# install a few other useful packages plus Open Jdk 7
RUN apt-get install -y less openjdk-7-jre-headless net-tools vim-tiny sudo
openssh-server
-ENV SCALA_VERSION 2.9.3
-ENV SPARK_VERSION 0.8.1
+ENV SCALA_VERSION 2.10.3
+ENV SPARK_VERSION 0.9
--- End diff --
I agree that SPARK_VERSION does not seem to be used in these dockerfiles.
It was used in the [original
scripts](https://github.com/amplab/docker-scripts/search?q=SPARK_VERSION&ref=cmdform&type=Code)
I drew these from, but we don't actually rely on it.
I think we can just remove SPARK_VERSION here so we don't have to think
about maintaining it in the future.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. To do so, please top-post your response.
If your project does not have this feature enabled and wishes so, or if the
feature is enabled but not working, please contact infrastructure at
[email protected] or file a JIRA ticket with INFRA.
---