What question do you want to ask?
Quick question, I see the Dockerfile is pinned to Spark 4.0.0. Since spark-submit comes from there, is there a hard requirement on the 4.0.x series, or would using a 4.1.x image also work?
I know the script is running exec "${SPARK_HOME}"/bin/spark-class org.apache.spark.deploy.SparkSubmit "$@" but don't know if there are ABI compatibility issues between 4.0.x and 4.1.x or if the operator keys off the version somehow.
Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍
What question do you want to ask?
Quick question, I see the Dockerfile is pinned to Spark 4.0.0. Since
spark-submitcomes from there, is there a hard requirement on the 4.0.x series, or would using a 4.1.x image also work?I know the script is running
exec "${SPARK_HOME}"/bin/spark-class org.apache.spark.deploy.SparkSubmit "$@"but don't know if there are ABI compatibility issues between 4.0.x and 4.1.x or if the operator keys off the version somehow.Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍