Dockerfiles/spark/1.6.0/Dockerfile
2017-07-18 23:32:54 +08:00

14 lines
316 B
Docker

FROM sequenceiq/spark:1.6.0
MAINTAINER Newnius <docker@newnius.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"]