[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 <sychen@ctrip.com>
Signed-off-by: SteNicholas <programgeek@163.com>
This commit is contained in:
sychen 2025-08-29 18:55:45 +08:00 committed by SteNicholas
parent db70473de2
commit 185890381b
2 changed files with 9 additions and 9 deletions

View File

@ -16,20 +16,20 @@ license: |
limitations under the 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 # celeborn master
spark.celeborn.master.endpoints clb-master:9097 spark.celeborn.master.endpoints clb-master:9097
@ -41,7 +41,7 @@ spark.sql.adaptive.localShuffleReader.enabled false
## Availability ## Availability
| Celeborn Version | Available in Blaze? | | Celeborn Version | Available in Auron? |
|:----------------:|:-------------------:| |:----------------:|:-------------------:|
| < 0.5.0 | No | | < 0.5.0 | No |
| \>= 0.5.0 | Yes | | \>= 0.5.0 | Yes |

View File

@ -105,6 +105,6 @@ nav:
- Integrating Celeborn: developers/integrate.md - Integrating Celeborn: developers/integrate.md
- SBT Build: developers/sbt.md - SBT Build: developers/sbt.md
- Native Engine Integration: - Native Engine Integration:
- Blaze: developers/blazesupport.md - Auron: developers/auronsupport.md
- Gluten: developers/glutensupport.md - Gluten: developers/glutensupport.md
- Helm Charts: developers/helm-charts.md - Helm Charts: developers/helm-charts.md