This is an automated email from the ASF dual-hosted git repository.
rexxiong 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 d14afcddf [CELEBORN-1566] Update docs about using HDFS
d14afcddf is described below
commit d14afcddfe5b51c78e7ab4dc2ee4b857af456d7f
Author: zhaohehuhu <[email protected]>
AuthorDate: Mon Aug 26 08:22:34 2024 +0800
[CELEBORN-1566] Update docs about using HDFS
### What changes were proposed in this pull request?
update client deployment doc to include the param
(spark.celeborn.storage.activeTypes)
### Why are the changes needed?
Just provide a hint for users, otherwise they may miss this param.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Yes
Closes #2683 from zhaohehuhu/dev-0815.
Authored-by: zhaohehuhu <[email protected]>
Signed-off-by: Shuang <[email protected]>
---
README.md | 1 +
docs/deploy.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 2ea16088d..f3dce2ce4 100644
--- a/README.md
+++ b/README.md
@@ -291,6 +291,7 @@ spark.celeborn.client.push.replicate.enabled true
spark.sql.adaptive.localShuffleReader.enabled false
# If Celeborn is using HDFS
+spark.celeborn.storage.availableTypes HDFS
spark.celeborn.storage.hdfs.dir hdfs://<namenode>/celeborn
# we recommend enabling aqe support to gain better performance
diff --git a/docs/deploy.md b/docs/deploy.md
index a66bfc358..9992ff0ff 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -187,6 +187,7 @@ spark.celeborn.client.push.replicate.enabled true
spark.sql.adaptive.localShuffleReader.enabled false
# If Celeborn is using HDFS
+spark.celeborn.storage.availableTypes HDFS
spark.celeborn.storage.hdfs.dir hdfs://<namenode>/celeborn
# we recommend enabling aqe support to gain better performance