degant commented on code in PR #41428:
URL: https://github.com/apache/spark/pull/41428#discussion_r1213809660
##########
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:
@HyukjinKwon is this the one you're referring to:
https://github.com/apache/spark/blob/master/docs/core-migration-guide.md?
- What if we default the setting
`spark.submit.proxyUser.allowCustomClasspathInClusterMode` to true in 3.3.3?
Then it won't be a breaking change anymore
- Shouldn't we also mention this property in the above migration guide from
3.3 to 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]