cxzl25 commented on code in PR #2444:
URL: https://github.com/apache/celeborn/pull/2444#discussion_r1556158847
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4153,15 +4170,6 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(true)
- val SPARK_SHUFFLE_FORCE_FALLBACK_ENABLED: ConfigEntry[Boolean] =
- buildConf("celeborn.client.spark.shuffle.forceFallback.enabled")
Review Comment:
If you want to remove configuration items, it is recommended to add
migration guidelines to `docs/migration.md`.
--
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]