Skip to content

Commit

Permalink
backport spark313 docker (#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Sep 22, 2022
1 parent e4bf92d commit 240f438
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/bigdl-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update --fix-missing && \

ADD ./log4j2.xml ${SPARK_HOME}/conf/log4j2.xml
RUN ln -fs /bin/bash /bin/sh
RUN if [ $SPARK_VERSION = "3.1.2" ]; then \
RUN if [ $SPARK_VERSION = "3.1.3" ]; then \
rm $SPARK_HOME/jars/okhttp-*.jar && \
wget -P $SPARK_HOME/jars https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.8.0/okhttp-3.8.0.jar; \
elif [ $SPARK_VERSION = "2.4.6" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion docker/bigdl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN apt-get update --fix-missing && \

ADD ./log4j2.xml ${SPARK_HOME}/conf/log4j2.xml
RUN ln -fs /bin/bash /bin/sh
RUN if [ $SPARK_VERSION = "3.1.2" ]; then \
RUN if [ $SPARK_VERSION = "3.1.3" ]; then \
rm $SPARK_HOME/jars/okhttp-*.jar && \
wget -P $SPARK_HOME/jars https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.8.0/okhttp-3.8.0.jar; \
elif [ $SPARK_VERSION = "2.4.6" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions docker/bigdl/deployment-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
appType: bigdl
spec:
containers:
- image: intelanalytics/bigdl-spark-3.1.2:latest
- image: intelanalytics/bigdl-spark-3.1.3:latest
ports:
- name: jupyter-address
containerPort: 12345
Expand Down Expand Up @@ -190,7 +190,7 @@ data:
name: bigdl-notebook
spark.kubernetes.authenticate.driver.serviceAccountName: spark
spark.kubernetes.namespace: bigdl
spark.kubernetes.container.image: intelanalytics/bigdl-k8s-spark-3.1.2:latest
spark.kubernetes.container.image: intelanalytics/bigdl-k8s-spark-3.1.3:latest
spark.driver.cores: "4"
spark.driver.memory: 20g
spark.executor.cores: "4"
Expand Down
2 changes: 1 addition & 1 deletion docker/bigdl/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
appType: bigdl
spec:
containers:
- image: intelanalytics/bigdl-spark-3.1.2:latest
- image: intelanalytics/bigdl-spark-3.1.3:latest
ports:
- name: jupyter-address
containerPort: 8888
Expand Down

0 comments on commit 240f438

Please sign in to comment.