mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
add spark
This commit is contained in:
13
spark/1.6.0/Dockerfile
Normal file
13
spark/1.6.0/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM sequenceiq/spark:1.6.0
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
COPY config/hadoop /mnt/config/hadoop
|
||||
COPY config/spark /mnt/config/spark
|
||||
COPY config/spark-yarn-remote-client /mnt/config/spark-yarn-remote-client
|
||||
|
||||
WORKDIR /usr/local/hadoop
|
||||
|
||||
ENTRYPOINT ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user