Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/634#discussion_r9972227 --- 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 -- 0.9 is not a valid spark version. Also, how is this actually used in the docker tests? did you run them with this change?
--- 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. ---