viirya commented on code in PR #45237:
URL: https://github.com/apache/spark/pull/45237#discussion_r1501325580
##########
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:
So even users who use no hive distributions. they will also have this
default class patch value in the extra class path, right?
--
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]