File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22name : mlrun-ce
3- version : 0.11.0-rc.29
3+ version : 0.11.0-rc.30
44description : MLRun Open Source Stack
55home : https://iguazio.com
66icon : https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ metadata:
66data :
77 MLRUN_SPARK_OPERATOR_VERSION : spark-3
88 MLRUN_SPARK_APP_IMAGE : gcr.io/iguazio/spark-app
9- MLRUN_SPARK_APP_IMAGE_TAG : 3.5.6-scala2.12-java17-ubuntu
9+ MLRUN_SPARK_APP_IMAGE_TAG : 3.5.6-scala2.12-java17-ubuntu-1
1010{{- end -}}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3.11 get-pi
2929RUN curl -f -o /opt/spark/jars/hadoop-aws-3.3.4.jar -LO https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/3.3.4/hadoop-aws-3.3.4.jar
3030RUN curl -f -o /opt/spark/jars/aws-java-sdk-bundle-1.12.262.jar -LO https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.262/aws-java-sdk-bundle-1.12.262.jar
3131RUN curl -f -o /opt/spark/jars/wildfly-openssl-1.0.12.Final.jar -LO https://repo1.maven.org/maven2/org/wildfly/openssl/wildfly-openssl/1.0.12.Final/wildfly-openssl-1.0.12.Final.jar
32- RUN curl -f -o /opt/spark/jars/gcs-connector-3.1.10 -shaded.jar -LO https://repo1.maven.org/maven2/com/google/cloud/bigdataoss/gcs-connector/3.1.10 /gcs-connector-3.1.10 -shaded.jar
32+ RUN curl -f -o /opt/spark/jars/gcs-connector-hadoop3-2.2.33 -shaded.jar -LO https://repo1.maven.org/maven2/com/google/cloud/bigdataoss/gcs-connector/hadoop3-2.2.33 /gcs-connector-hadoop3-2.2.33 -shaded.jar
3333RUN curl -f -o /opt/spark/jars/spark-bigquery-with-dependencies_2.12-0.43.1.jar -LO https://repo1.maven.org/maven2/com/google/cloud/spark/spark-bigquery-with-dependencies_2.12/0.43.1/spark-bigquery-with-dependencies_2.12-0.43.1.jar
3434RUN curl -f -o /opt/spark/jars/hadoop-azure-3.3.4.jar -LO https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-azure/3.3.4/hadoop-azure-3.3.4.jar
3535RUN curl -f -o /opt/spark/jars/azure-storage-7.0.1.jar -LO https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/7.0.1/azure-storage-7.0.1.jar
Original file line number Diff line number Diff line change 11MLRUN_CE_IMAGE_PLATFORM ?= linux/amd64
2- MLRUN_CE_IMAGE_TAG ?= gcr.io/iguazio/spark-app:3.5.6-scala2.12-java17-ubuntu
2+ MLRUN_CE_IMAGE_TAG ?= gcr.io/iguazio/spark-app:3.5.6-scala2.12-java17-ubuntu-1
33
44.PHONY : build
55build :
You can’t perform that action at this time.
0 commit comments