Replies: 3 comments 1 reply
-
So basically I made Spark 3.4.2 and Spark 3.3.4 images on top of elyra/kernel-py:3.2.3. Created kernel.json based on spark_python_kubernetes kernel in EG 3.2.3. |
Beta Was this translation helpful? Give feedback.
-
hi @paf91 , i am relative new to the spark in JEG, could please share the dockerfile that you used for the spark update ? |
Beta Was this translation helpful? Give feedback.
-
@paf91 and/or @patilsanket48 , you could update the Spark Version in the makefile and build new images for testing, Line 17 in ffebbaf |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Is there a simple way to bump spark and pyspark version in image elyra/kernel-spark-py:3.2.3?
Lower version (3.2) is not supported by the best spark clickhouse connector of latest version 0.7.3, Spark 3.4.2 Java 17 Scala 2.12 would be great or at least Spark 3.3.
https://housepower.github.io/spark-clickhouse-connector/#requirements
Looking at this Dockerfile
makes me think I can't just pass new spark version as hadoop2.7 is not included in repo, I need also to change binary to hadoop3
Of course that is not enough and I would like to get more libraries, like hadoop-aws:3.3.4 to get S3 support.
Beta Was this translation helpful? Give feedback.
All reactions