Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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