Skip to content

Commit 2927745

Browse files
committed
Add order of precedence for spark-config script
1 parent 72601cb commit 2927745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/pyspark-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN if [ -z "${scala_version}" ]; then \
5858
ln -s "spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}-scala${scala_version}" "${SPARK_HOME}"; \
5959
fi && \
6060
# 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
61+
ln -s "${SPARK_HOME}/sbin/spark-config.sh" /usr/local/bin/before-notebook.d/10spark-config.sh
6262

6363
# Configure IPython system-wide
6464
COPY ipython_kernel_config.py "/etc/ipython/"

0 commit comments

Comments
 (0)