We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72601cb commit 2927745Copy full SHA for 2927745
images/pyspark-notebook/Dockerfile
@@ -58,7 +58,7 @@ RUN if [ -z "${scala_version}" ]; then \
58
ln -s "spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}-scala${scala_version}" "${SPARK_HOME}"; \
59
fi && \
60
# Add a link in the before_notebook hook in order to source automatically PYTHONPATH && \
61
- ln -s "${SPARK_HOME}/sbin/spark-config.sh" /usr/local/bin/before-notebook.d/spark-config.sh
+ ln -s "${SPARK_HOME}/sbin/spark-config.sh" /usr/local/bin/before-notebook.d/10spark-config.sh
62
63
# Configure IPython system-wide
64
COPY ipython_kernel_config.py "/etc/ipython/"
0 commit comments