Skip to content

Commit c4d9ec0

Browse files
authored
Update Apache Spark version to 2.4.6 (#108)
1 parent ff89828 commit c4d9ec0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

image.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ labels:
1212
- name: maintainer
1313
value: Chad Roberts <[email protected]>
1414
- name: sparkversion
15-
value: 2.4.5
15+
value: 2.4.6
1616
- name: "io.openshift.s2i.scripts-url"
1717
value: "image:///usr/libexec/s2i"
1818
envs:
@@ -37,8 +37,8 @@ packages:
3737
- java-1.8.0-openjdk
3838
- wget
3939
artifacts:
40-
- url: https://archive.apache.org/dist/spark/spark-2.4.5/spark-2.4.5-bin-hadoop2.7.tgz
41-
md5: 4007fd48841fcc5be31a705f8223620a
40+
- url: https://archive.apache.org/dist/spark/spark-2.4.6/spark-2.4.6-bin-hadoop2.7.tgz
41+
md5: 82364f8765d03dfb14cb9c606d678058
4242
run:
4343
user: 185
4444
entrypoint:

openshift-spark-build-py36/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN yum install -y java-1.8.0-openjdk wget \
3030
# Add all artifacts to the /tmp/artifacts
3131
# directory
3232
COPY \
33-
spark-2.4.5-bin-hadoop2.7.tgz \
33+
spark-2.4.6-bin-hadoop2.7.tgz \
3434
/tmp/artifacts/
3535

3636

@@ -51,7 +51,7 @@ LABEL \
5151
maintainer="Chad Roberts <[email protected]>" \
5252
name="radanalyticsio/openshift-spark" \
5353
org.concrt.version="2.2.7" \
54-
sparkversion="2.4.5" \
54+
sparkversion="2.4.6" \
5555
version="2.4-latest"
5656

5757
# Add scripts used to configure the image

openshift-spark-build-py36/help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __org.concrt.version__
5858
> 2.2.7
5959
6060
__sparkversion__
61-
> 2.4.5
61+
> 2.4.6
6262
6363
__version__
6464
> 2.4-latest

openshift-spark-build/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN yum install -y java-1.8.0-openjdk wget numpy \
3030
# Add all artifacts to the /tmp/artifacts
3131
# directory
3232
COPY \
33-
spark-2.4.5-bin-hadoop2.7.tgz \
33+
spark-2.4.6-bin-hadoop2.7.tgz \
3434
/tmp/artifacts/
3535

3636

@@ -51,7 +51,7 @@ LABEL \
5151
maintainer="Chad Roberts <[email protected]>" \
5252
name="radanalyticsio/openshift-spark" \
5353
org.concrt.version="2.2.7" \
54-
sparkversion="2.4.5" \
54+
sparkversion="2.4.6" \
5555
version="2.4-latest"
5656

5757
# Add scripts used to configure the image

openshift-spark-build/help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __org.concrt.version__
5858
> 2.2.7
5959
6060
__sparkversion__
61-
> 2.4.5
61+
> 2.4.6
6262
6363
__version__
6464
> 2.4-latest

0 commit comments

Comments
 (0)