This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new e295c4934 [CELEBORN-2135] Rename Blaze to Auron
e295c4934 is described below
commit e295c4934af460e66cf2aa675f0d5a7c02e76bb9
Author: sychen <[email protected]>
AuthorDate: Fri Aug 29 18:55:45 2025 +0800
[CELEBORN-2135] Rename Blaze to Auron
### What changes were proposed in this pull request?
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
<img width="1370" height="1100" alt="image"
src="https://github.com/user-attachments/assets/dce7f5b4-a166-4547-bc08-4a8162f129d7"
/>
Closes #3457 from cxzl25/CELEBORN-2135.
Authored-by: sychen <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
(cherry picked from commit 185890381b4b0ca33a010a92ccfaffc76adf5e45)
Signed-off-by: SteNicholas <[email protected]>
---
docs/developers/{blazesupport.md => auronsupport.md} | 16 ++++++++--------
mkdocs.yml | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/developers/blazesupport.md b/docs/developers/auronsupport.md
similarity index 66%
rename from docs/developers/blazesupport.md
rename to docs/developers/auronsupport.md
index a7533dd82..53dba5eac 100644
--- a/docs/developers/blazesupport.md
+++ b/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
# celeborn master
spark.celeborn.master.endpoints clb-master:9097
@@ -41,7 +41,7 @@ spark.sql.adaptive.localShuffleReader.enabled false
## Availability
-| Celeborn Version | Available in Blaze? |
+| Celeborn Version | Available in Auron? |
|:----------------:|:-------------------:|
| < 0.5.0 | No |
| \>= 0.5.0 | Yes |
diff --git a/mkdocs.yml b/mkdocs.yml
index d30465813..1c8927165 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -105,6 +105,6 @@ nav:
- Integrating Celeborn: developers/integrate.md
- SBT Build: developers/sbt.md
- Native Engine Integration:
- - Blaze: developers/blazesupport.md
+ - Auron: developers/auronsupport.md
- Gluten: developers/glutensupport.md
- Helm Charts: developers/helm-charts.md