mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
14 lines
316 B
Docker
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"]
|