Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers/glutensupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/developers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading