Skip to content

Commit

Permalink
[SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker file
Browse files Browse the repository at this point in the history
As reported in https://spark-project.atlassian.net/browse/SPARK-1055

"The used Spark version in the .../base/Dockerfile is stale on 0.8.1 and should be updated to 0.9.x to match the release."

Author: CodingCat <zhunansjtu@gmail.com>
Author: Nan Zhu <CodingCat@users.noreply.github.com>

Closes #634 from CodingCat/SPARK-1055 and squashes the following commits:

cb7330e [Nan Zhu] Update Dockerfile
adf8259 [CodingCat] fix the SCALA_VERSION and SPARK_VERSION in docker file
  • Loading branch information
CodingCat authored and aarondav committed Feb 22, 2014
1 parent 722199f commit 1aa4f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/spark-test/base/Dockerfile
Expand Up @@ -25,8 +25,7 @@ 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 CDH_VERSION cdh4
ENV SCALA_HOME /opt/scala-$SCALA_VERSION
ENV SPARK_HOME /opt/spark
Expand Down

0 comments on commit 1aa4f8a

Please sign in to comment.