degant commented on code in PR #41428:
URL: https://github.com/apache/spark/pull/41428#discussion_r1214676444
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2355,4 +2355,11 @@ package object config {
.version("3.3.0")
.intConf
.createWithDefault(5)
+
+ private[spark] val ALLOW_CUSTOM_CLASSPATH_BY_PROXY_USER_IN_CLUSTER_MODE =
+ ConfigBuilder("spark.submit.proxyUser.allowCustomClasspathInClusterMode")
+ .internal()
+ .version("3.3.3")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
Set the default value to true and added a note in the migration guide for
`3.3`. Please review when you get a chance @dongjoon-hyun and @HyukjinKwon,
thanks!
I will raise another PR to add the migration guide for `3.4`
--
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]