Commit ca3f00a6 authored by John Kirkham's avatar John Kirkham

pyspark-notebook/Dockerfile: Note to get Mesos for `jessie`.

parent 6e424ef4
...@@ -22,6 +22,10 @@ RUN cd /tmp && \ ...@@ -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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment