From c37a9d80b5c5eec7759903a7877445874a64868f Mon Sep 17 00:00:00 2001 From: SteNicholas Date: Wed, 18 Mar 2026 20:20:05 +0800 Subject: [PATCH] [MINOR] Update repository references from incubator-gluten to gluten for TLP graduation of gluten --- 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 32d05784797..a9b903ac6a9 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 b265f4d9edb..d9f9a2452c5 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.