We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9f640 commit 51ff7a9Copy full SHA for 51ff7a9
Dockerfile
@@ -1,6 +1,7 @@
1
FROM sequenceiq/hadoop-docker:2.6.0
2
MAINTAINER SequenceIQ
3
4
+#support for Hadoop 2.4.0+
5
RUN curl -s http://d3kbcqa49mib13.cloudfront.net/spark-1.3.0-bin-hadoop2.4.tgz | tar -xz -C /usr/local/
6
RUN cd /usr/local && ln -s spark-1.3.0-bin-hadoop2.4 spark
7
ENV SPARK_HOME /usr/local/spark
0 commit comments