SteNicholas commented on code in PR #2482: URL: https://github.com/apache/celeborn/pull/2482#discussion_r1590973513
########## README.md: ########## @@ -301,6 +301,10 @@ spark.sql.adaptive.skewJoin.enabled true spark.shuffle.sort.io.plugin.class org.apache.spark.shuffle.celeborn.CelebornShuffleDataIO # Required Spark version >= 3.4.0, highly recommended to disable spark.dynamicAllocation.shuffleTracking.enabled false + +# Support ShuffleManager defined in user jar +# Required Spark version >= 4.0.0, highly recommended to false for ShuffleManager in user-defined jar +spark.executor.userClassPathFirst=false Review Comment: @cfmcgrady, `spark.executor.userClassPathFirst` is enabled in my company production environment and Zhihu. BTW, since this config is a more dangerous configuration option, it's better to mark this here for reminder. Which document do you suggest to mention this? I just keep aligment between startup and deployment guideline. -- 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]
