[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:
parent
db70473de2
commit
185890381b
@ -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 |
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user