add spark

This commit is contained in:
newnius
2017-04-08 22:22:34 +08:00
parent 342312b75e
commit 10962791c8
15 changed files with 400 additions and 5 deletions

13
spark/1.6.0/Dockerfile Normal file
View 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"]