cxzl25 commented on code in PR #3457: URL: https://github.com/apache/celeborn/pull/3457#discussion_r2306775054
########## docs/developers/auronsupport.md: ########## @@ -16,20 +16,20 @@ license: | limitations under the License. --- -# Blaze Support +# Auron Support -## Build Blaze +## Build Auron -[Blaze](https://github.com/kwai/blaze) supports Celeborn as remote shuffle service. Below introduction is used to enable this feature. +[Auron](https://github.com/apache/auron) supports Celeborn as remote shuffle service. Below introduction is used to enable this feature. -First refer to [Build From Source](https://github.com/kwai/blaze/blob/master/README.md#build-from-source) or [Build With Docker](https://github.com/kwai/blaze/blob/master/README.md#build-with-docker) to build Blaze. +First refer to [Build From Source](https://github.com/apache/auron/blob/master/README.md#build-from-source) or [Build With Docker](https://github.com/apache/auron/blob/master/README.md#build-with-docker) to build Auron. -## Blaze Configuration +## Auron Configuration -Currently, to use Blaze following configurations are required in `spark-defaults.conf`. +Currently, to use Auron following configurations are required in `spark-defaults.conf`. ``` -spark.shuffle.manager org.apache.spark.sql.execution.blaze.shuffle.celeborn.BlazeCelebornShuffleManager +spark.shuffle.manager org.apache.spark.sql.execution.auron.shuffle.celeborn.AuronCelebornShuffleManager Review Comment: yes https://github.com/apache/auron/blob/master/thirdparty/auron-celeborn-0.6/src/main/scala/org/apache/spark/sql/execution/auron/shuffle/celeborn/AuronCelebornShuffleManager.scala#L27 -- 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: issues-unsubscr...@celeborn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org