mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
bugfix
This commit is contained in:
parent
6b03acd249
commit
70a1216f66
@ -6,7 +6,7 @@ RUN wget http://mirrors.ocf.berkeley.edu/apache/spark/spark-2.2.1/spark-2.2.1-bi
|
||||
tar -xvf spark-2.2.1-bin-hadoop2.7.tgz -C /usr/local && \
|
||||
rm spark-2.2.1-bin-hadoop2.7.tgz
|
||||
|
||||
RUN ln -s /usr/local/spark-2.2.1 /usr/local/spark
|
||||
RUN ln -s /usr/local/spark-2.2.1-bin-hadoop2.7 /usr/local/spark
|
||||
|
||||
ENV SPARK_HOME /usr/local/spark
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user