File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -483,11 +483,7 @@ impl SparkApplication {
483
483
format!( "--conf spark.kubernetes.executor.container.image={}" , spark_image. to_string( ) ) ,
484
484
format!( "--conf spark.kubernetes.authenticate.driver.serviceAccountName={}" , serviceaccount_name) ,
485
485
format!( "--conf spark.driver.defaultJavaOptions=-Dlog4j.configurationFile={VOLUME_MOUNT_PATH_LOG_CONFIG}/{LOG4J2_CONFIG_FILE}" ) ,
486
- format!( "--conf spark.driver.extraClassPath=/stackable/spark/extra-jars/*" ) ,
487
- "--conf spark.driver.userClassPathFirst=true" . to_string( ) ,
488
- format!( "--conf spark.executor.defaultJavaOptions=-Dlog4j.configurationFile={VOLUME_MOUNT_PATH_LOG_CONFIG}/{LOG4J2_CONFIG_FILE}" ) ,
489
- format!( "--conf spark.executor.extraClassPath=/stackable/spark/extra-jars/*" ) ,
490
- "--conf spark.executor.userClassPathFirst=true" . to_string( ) ,
486
+ format!( "--conf spark.executor.defaultJavaOptions=-Dlog4j.configurationFile={VOLUME_MOUNT_PATH_LOG_CONFIG}/{LOG4J2_CONFIG_FILE}" )
491
487
] ) ;
492
488
493
489
// See https://spark.apache.org/docs/latest/running-on-kubernetes.html#dependency-management
You can’t perform that action at this time.
0 commit comments