File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM sequenceiq/hadoop-docker:2.6.0
2
2
MAINTAINER SequenceIQ
3
3
4
- RUN curl -s http://d3kbcqa49mib13.cloudfront.net/spark-1.1.1 -bin-hadoop2.4.tgz | tar -xz -C /usr/local/
5
- RUN cd /usr/local && ln -s spark-1.1.1 -bin-hadoop2.4 spark
4
+ RUN curl -s http://d3kbcqa49mib13.cloudfront.net/spark-1.2.0 -bin-hadoop2.4.tgz | tar -xz -C /usr/local/
5
+ RUN cd /usr/local && ln -s spark-1.2.0 -bin-hadoop2.4 spark
6
6
ENV SPARK_HOME /usr/local/spark
7
7
RUN mkdir $SPARK_HOME/yarn-remote-client
8
8
ADD yarn-remote-client $SPARK_HOME/yarn-remote-client
9
9
10
- RUN $BOOTSTRAP && $HADOOP_PREFIX/bin/hadoop dfsadmin -safemode leave && $HADOOP_PREFIX/bin/hdfs dfs -put $SPARK_HOME-1.1.1 -bin-hadoop2.4/lib /spark
10
+ RUN $BOOTSTRAP && $HADOOP_PREFIX/bin/hadoop dfsadmin -safemode leave && $HADOOP_PREFIX/bin/hdfs dfs -put $SPARK_HOME-1.2.0 -bin-hadoop2.4/lib /spark
11
11
12
12
ENV YARN_CONF_DIR $HADOOP_PREFIX/etc/hadoop
13
- ENV SPARK_JAR hdfs:///spark/spark-assembly-1.1.1 -hadoop2.4.0.jar
13
+ ENV SPARK_JAR hdfs:///spark/spark-assembly-1.2.0 -hadoop2.4.0.jar
14
14
ENV PATH $PATH:$SPARK_HOME/bin:$HADOOP_PREFIX/bin
15
15
16
16
CMD ["/etc/bootstrap.sh" , "-d" ]
You can’t perform that action at this time.
0 commit comments