Skip to content

Commit

Permalink
Update Apache Spark version to 2.4.6 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus authored Jun 23, 2020
1 parent ff89828 commit c4d9ec0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ labels:
- name: maintainer
value: Chad Roberts <[email protected]>
- name: sparkversion
value: 2.4.5
value: 2.4.6
- name: "io.openshift.s2i.scripts-url"
value: "image:///usr/libexec/s2i"
envs:
Expand All @@ -37,8 +37,8 @@ packages:
- java-1.8.0-openjdk
- wget
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.4.5/spark-2.4.5-bin-hadoop2.7.tgz
md5: 4007fd48841fcc5be31a705f8223620a
- url: https://archive.apache.org/dist/spark/spark-2.4.6/spark-2.4.6-bin-hadoop2.7.tgz
md5: 82364f8765d03dfb14cb9c606d678058
run:
user: 185
entrypoint:
Expand Down
4 changes: 2 additions & 2 deletions openshift-spark-build-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN yum install -y java-1.8.0-openjdk wget \
# Add all artifacts to the /tmp/artifacts
# directory
COPY \
spark-2.4.5-bin-hadoop2.7.tgz \
spark-2.4.6-bin-hadoop2.7.tgz \
/tmp/artifacts/


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

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion openshift-spark-build-py36/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __org.concrt.version__
> 2.2.7
__sparkversion__
> 2.4.5
> 2.4.6
__version__
> 2.4-latest
Expand Down
4 changes: 2 additions & 2 deletions openshift-spark-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN yum install -y java-1.8.0-openjdk wget numpy \
# Add all artifacts to the /tmp/artifacts
# directory
COPY \
spark-2.4.5-bin-hadoop2.7.tgz \
spark-2.4.6-bin-hadoop2.7.tgz \
/tmp/artifacts/


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

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion openshift-spark-build/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __org.concrt.version__
> 2.2.7
__sparkversion__
> 2.4.5
> 2.4.6
__version__
> 2.4-latest
Expand Down

0 comments on commit c4d9ec0

Please sign in to comment.