Skip to content

Commit

Permalink
Change spark version to 2.0.1
Browse files Browse the repository at this point in the history
This is necessitated by a change in the spark release repo
  • Loading branch information
tmckayus committed Oct 27, 2016
1 parent 318d9cf commit 1396d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ RUN yum install -y epel-release tar java && \
yum clean all

RUN cd /opt && \
curl https://dist.apache.org/repos/dist/release/spark/spark-2.0.0/spark-2.0.0-bin-hadoop2.7.tgz | \
curl https://dist.apache.org/repos/dist/release/spark/spark-2.0.1/spark-2.0.1-bin-hadoop2.7.tgz | \
tar -zx && \
ln -s spark-2.0.0-bin-hadoop2.7 spark
ln -s spark-2.0.1-bin-hadoop2.7 spark

# when the containers are not run w/ uid 0, the uid may not map in
# /etc/passwd and it may not be possible to modify things like
Expand Down

0 comments on commit 1396d03

Please sign in to comment.