mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52:56 +00:00
pyspark-notebook/Dockerfile: Note to get Mesos for jessie
.
This commit is contained in:
@@ -22,6 +22,10 @@ RUN cd /tmp && \
|
|||||||
RUN cd /usr/local && ln -s spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6 spark
|
RUN cd /usr/local && ln -s spark-${APACHE_SPARK_VERSION}-bin-hadoop2.6 spark
|
||||||
|
|
||||||
# Mesos dependencies
|
# Mesos dependencies
|
||||||
|
# Currently, Mesos is not available from Debian Jessie.
|
||||||
|
# So, we are installing it from Debian Wheezy. Once it
|
||||||
|
# becomes available for Debian Jessie. We should switch
|
||||||
|
# over to using that instead.
|
||||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \
|
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \
|
||||||
DISTRO=debian && \
|
DISTRO=debian && \
|
||||||
CODENAME=wheezy && \
|
CODENAME=wheezy && \
|
||||||
|
Reference in New Issue
Block a user