Skip to content

Commit

Permalink
Merge pull request #614 from IBM/updates
Browse files Browse the repository at this point in the history
chore: updating spark version
  • Loading branch information
huineng authored Dec 10, 2023
2 parents 2708883 + 0accaaa commit 4b1d633
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.2.0_rhel_2023-11-10
# v3.2.0_rhel_2023-12-10
FROM quay.io/diem/base-spark:3.4.0_rhel as base_spark

FROM registry.access.redhat.com/ubi9/python-39 as base
Expand Down
2 changes: 1 addition & 1 deletion applications/diem-spark/images/Dockerfile.spark-3.4.0_rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.4.0_rhel_2023-11-10
# v3.4.0_rhel_2023-12-10
FROM quay.io/diem/base-spark:3.4.0_rhel as base_spark

# quay.io/diem/base-spark:3.4.0_rhel
Expand Down
Binary file modified applications/diem-spark/jars/mi-truststore.jks
Binary file not shown.
18 changes: 9 additions & 9 deletions applications/diem-spark/requirements-3.4.0.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
JPype1==1.4.1
PyJwt==2.8.0
SciPy==1.11.3
cython==3.0.5
ibm-cos-sdk==2.13.2
ibm_db==3.2.0
SciPy==1.11.4
cython==3.0.6
ibm-cos-sdk==2.13.3
ibm_db==3.2.1
jaydebeapi==1.2.3
jinja2==3.1.2
jsonPath-ng==1.6.0
matplotlib==3.8.1
numpy==1.26.1
pandas==2.1.2
pymongo==4.6.0
matplotlib==3.8.2
numpy==1.26.2
pandas==2.1.4
pymongo==4.6.1
requests==2.31.0
scikit-learn==1.3.2
seaborn==0.13.0
sendgrid==6.10.0
sendgrid==6.11.0
statsmodels==0.14.0
diemlib==1.1.4
pyarrow==14.0.1
Expand Down

0 comments on commit 4b1d633

Please sign in to comment.