This is an automated email from the ASF dual-hosted git repository.
kerwinzhang pushed a commit to branch gluten_celeborn
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/gluten_celeborn by this push:
new da6210978 [CELEBORN-870][DOC] Document on usage together with Gluten
da6210978 is described below
commit da6210978b5729414f6b8f6811f7cfc9de8fb19c
Author: xiyu.zk <[email protected]>
AuthorDate: Wed Aug 2 12:27:42 2023 +0800
[CELEBORN-870][DOC] Document on usage together with Gluten
---
docs/developers/glutensupport.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/developers/glutensupport.md b/docs/developers/glutensupport.md
index 855b09f3c..370286a4f 100644
--- a/docs/developers/glutensupport.md
+++ b/docs/developers/glutensupport.md
@@ -53,4 +53,10 @@ spark.sql.adaptive.localShuffleReader.enabled false
# If you want to use dynamic resource allocation,
# please refer to this URL
(https://github.com/apache/incubator-celeborn/tree/main/assets/spark-patch) to
apply the patch into your own Spark.
spark.dynamicAllocation.enabled false
-```
\ No newline at end of file
+```
+
+## Availability
+| Celeborn Version | Available in Gluten? |
+|:----------------:|:--------------------:|
+| < 0.2.0 | No |
+| \>= 0.2.0 | Yes |
\ No newline at end of file