This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 15cba4694 [MINOR] Update repository references from incubator-gluten 
to gluten for TLP graduation of gluten
15cba4694 is described below

commit 15cba469467b6038c5c40ee50c6420726a7c1a2e
Author: SteNicholas <[email protected]>
AuthorDate: Wed Mar 18 20:41:01 2026 +0800

    [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 https://github.com/apache/gluten/pull/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 <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 docs/developers/glutensupport.md | 4 ++--
 docs/developers/overview.md      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/developers/glutensupport.md b/docs/developers/glutensupport.md
index 32d057847..a9b903ac6 100644
--- a/docs/developers/glutensupport.md
+++ b/docs/developers/glutensupport.md
@@ -19,7 +19,7 @@ license: |
 # Gluten Support
 ## Velox Backend
 
-[Gluten](https://github.com/apache/incubator-gluten) with velox backend 
supports Celeborn as remote shuffle service. Below introduction is used to 
enable this feature.
+[Gluten](https://github.com/apache/gluten) with velox backend supports 
Celeborn as remote shuffle service. Below introduction is used to enable this 
feature.
 
 First refer to [Get Started With 
Velox](https://gluten.apache.org/docs/getting-started/velox-backend) to build 
Gluten with velox backend.
 
@@ -36,7 +36,7 @@ Then add the Gluten and Spark Celeborn Client packages to 
your Spark application
 
 ## ClickHouse Backend
 
-[Gluten](https://github.com/apache/incubator-gluten) with clickhouse backend 
supports Celeborn as remote shuffle service. Below introduction is used to 
enable this feature.
+[Gluten](https://github.com/apache/gluten) with clickhouse backend supports 
Celeborn as remote shuffle service. Below introduction is used to enable this 
feature.
 
 First refer to [Get Started With 
ClickHouse](https://gluten.apache.org/docs/getting-started/clickhouse-backend) 
to build Gluten with clickhouse backend.
 
diff --git a/docs/developers/overview.md b/docs/developers/overview.md
index b265f4d9e..d9f9a2452 100644
--- a/docs/developers/overview.md
+++ b/docs/developers/overview.md
@@ -88,9 +88,9 @@ Currently, Celeborn only supports `Local Disks` and `HDFS`. 
Supporting for other
 Celeborn's primary components(i.e. Master, Worker, Client) are engine 
irrelevant. The Client APIs are extensible
 and easy to implement plugins for various engines.
 
-Currently, Celeborn officially supports 
[Spark](https://spark.apache.org/)(both Spark 2.x and Spark 3.x),
-[Flink](https://flink.apache.org/)(1.16/1.17/1.18/1.19), and
-[Gluten](https://github.com/apache/incubator-gluten). Also, developers are 
integrating Celeborn with other engines,
+Currently, Celeborn officially supports 
[Spark](https://spark.apache.org/)(both Spark 2.x, Spark 3.x and Spark 4.x),
+[Flink](https://flink.apache.org/)(1.16/1.17/1.18/1.19/1.20/2.0/2.1/2.2), 
+[Gluten](https://github.com/apache/gluten) and 
[Auron](https://github.com/apache/auron). Also, developers are integrating 
Celeborn with other engines,
 for example [MR3](https://mr3docs.datamonad.com/docs/mr3/).
 
 Celeborn community is also working on integrating Celeborn with other engines.

Reply via email to