aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2014-02-22 15:39:25 -0800
committerAaron Davidson <aaron@databricks.com>2014-02-22 15:39:25 -0800
commit1aa4f8af7220bc311196ef0eef0a4814cd2757d3 (patch)
tree22d5054e0a4b01a58e3610ed634fe048d8893855 /docker
parent722199fab072b4c19a82031c52e5d44f300bd2ea (diff)
downloadspark-1aa4f8af7220bc311196ef0eef0a4814cd2757d3.tar.gz
spark-1aa4f8af7220bc311196ef0eef0a4814cd2757d3.tar.bz2
spark-1aa4f8af7220bc311196ef0eef0a4814cd2757d3.zip
[SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker file
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
Diffstat (limited to 'docker')
-rw-r--r--docker/spark-test/base/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/spark-test/base/Dockerfile b/docker/spark-test/base/Dockerfile
index 60962776dd..e543db6143 100644
--- a/docker/spark-test/base/Dockerfile
+++ b/docker/spark-test/base/Dockerfile
@@ -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