You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-41958][CORE] Disallow arbitrary custom classpath with proxy user in cluster mode
### What changes were proposed in this pull request?
This PR proposes to disallow arbitrary custom classpath with proxy user in cluster mode by default.
### Why are the changes needed?
To avoid arbitrary classpath in spark cluster.
### Does this PR introduce _any_ user-facing change?
Yes. User should reenable this feature by `spark.submit.proxyUser.allowCustomClasspathInClusterMode`.
### How was this patch tested?
Manually tested.
Closes#39474 from Ngone51/dev.
Lead-authored-by: Peter Toth <[email protected]>
Co-authored-by: Yi Wu <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments