Closed yanghua closed 10 months ago
cc @pan3793
Yea, we should use java8 by default for consistent, it was used to test the spark 4.0-snapshot
BTW, Spark supports Java 17 since 3.3 and requires at least Java 17 since 4.0
BTW, Spark supports Java 17 since 3.3 and requires at least Java 17 since 4.0
Got it. Currently, I fall back to Java 8 to take care of other components in the Hadoop ecosystem.
yea, using Java8 by default makes sense, let's remove the JAVA_HOME overriding in spark-defaults.conf
The wrong config is here.
It is used by
spark-submit
: