Skip to content

Commit

Permalink
build vs spark v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed May 19, 2015
1 parent 1739ac0 commit e038957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
FROM java
MAINTAINER nrstott@gmail.com

RUN curl -s http://d3kbcqa49mib13.cloudfront.net/spark-1.2.0-bin-hadoop2.4.tgz | tar -xz -C /usr/local/
RUN cd /usr/local && ln -s spark-1.2.0-bin-hadoop2.4 spark
RUN curl -s http://d3kbcqa49mib13.cloudfront.net/spark-1.3.1-bin-hadoop2.4.tgz | tar -xz -C /usr/local/
RUN cd /usr/local && ln -s spark-1.3.1-bin-hadoop2.4 spark
ENV SPARK_HOME /usr/local/spark

0 comments on commit e038957

Please sign in to comment.