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