dongjoon-hyun commented on code in PR #45237:
URL: https://github.com/apache/spark/pull/45237#discussion_r1501330897
##########
launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java:
##########
@@ -54,6 +54,10 @@ public class SparkLauncher extends
AbstractLauncher<SparkLauncher> {
/** Configuration key for the driver memory. */
public static final String DRIVER_MEMORY = "spark.driver.memory";
+ /** Configuration key for the driver default extra class path. */
+ public static final String DRIVER_DEFAULT_EXTRA_CLASS_PATH =
+ "spark.driver.defaultExtraClassPath";
+ public static final String DRIVER_DEFAULT_EXTRA_CLASS_PATH_VALUE =
"hive-jackson/*";
Review Comment:
Yes, the configuration is simply pointing non-existing directly. As you can
see in `make-distribution.sh` and PR description. `hive-jackson` directory is
created only when there exist `jackson-*-asl-*.jar`s.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]