Github user CodingCat commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/634#discussion_r9972514 --- 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 think it's just setting the environment in your container, and this SPARK_VERSION...do you mean the right setup should be the one in config.yml?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---