Skip to content

Commit 15cba46

Browse files
committed
[MINOR] Update repository references from incubator-gluten to gluten for TLP graduation of gluten
### What changes were proposed in this pull request? Update repository references from incubator-gluten to gluten for TLP graduation of gluten. - Backport apache/gluten#11735. - Close #3631. ### Why are the changes needed? Apache Gluten has already TLP graduated, which should update repository references. ### Does this PR resolve a correctness bug? No. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #3633 from SteNicholas/gluten-graduation. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: SteNicholas <programgeek@163.com>
1 parent af0ba1a commit 15cba46

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/developers/glutensupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license: |
1919
# Gluten Support
2020
## Velox Backend
2121

22-
[Gluten](https://github.com/apache/incubator-gluten) with velox backend supports Celeborn as remote shuffle service. Below introduction is used to enable this feature.
22+
[Gluten](https://github.com/apache/gluten) with velox backend supports Celeborn as remote shuffle service. Below introduction is used to enable this feature.
2323

2424
First refer to [Get Started With Velox](https://gluten.apache.org/docs/getting-started/velox-backend) to build Gluten with velox backend.
2525

@@ -36,7 +36,7 @@ Then add the Gluten and Spark Celeborn Client packages to your Spark application
3636

3737
## ClickHouse Backend
3838

39-
[Gluten](https://github.com/apache/incubator-gluten) with clickhouse backend supports Celeborn as remote shuffle service. Below introduction is used to enable this feature.
39+
[Gluten](https://github.com/apache/gluten) with clickhouse backend supports Celeborn as remote shuffle service. Below introduction is used to enable this feature.
4040

4141
First refer to [Get Started With ClickHouse](https://gluten.apache.org/docs/getting-started/clickhouse-backend) to build Gluten with clickhouse backend.
4242

docs/developers/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Currently, Celeborn only supports `Local Disks` and `HDFS`. Supporting for other
8888
Celeborn's primary components(i.e. Master, Worker, Client) are engine irrelevant. The Client APIs are extensible
8989
and easy to implement plugins for various engines.
9090

91-
Currently, Celeborn officially supports [Spark](https://spark.apache.org/)(both Spark 2.x and Spark 3.x),
92-
[Flink](https://flink.apache.org/)(1.16/1.17/1.18/1.19), and
93-
[Gluten](https://github.com/apache/incubator-gluten). Also, developers are integrating Celeborn with other engines,
91+
Currently, Celeborn officially supports [Spark](https://spark.apache.org/)(both Spark 2.x, Spark 3.x and Spark 4.x),
92+
[Flink](https://flink.apache.org/)(1.16/1.17/1.18/1.19/1.20/2.0/2.1/2.2),
93+
[Gluten](https://github.com/apache/gluten) and [Auron](https://github.com/apache/auron). Also, developers are integrating Celeborn with other engines,
9494
for example [MR3](https://mr3docs.datamonad.com/docs/mr3/).
9595

9696
Celeborn community is also working on integrating Celeborn with other engines.

0 commit comments

Comments
 (0)