This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch branch-0.5
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/branch-0.5 by this push:
new de4b177ef [CELEBORN-1402][FOLLOWUP] Correct document of setting
spark.executor.userClassPathFirst to false
de4b177ef is described below
commit de4b177efc7c4cf37b7dd677685fa4b6bd4d3e40
Author: SteNicholas <[email protected]>
AuthorDate: Tue Jun 18 20:08:22 2024 +0800
[CELEBORN-1402][FOLLOWUP] Correct document of setting
spark.executor.userClassPathFirst to false
### What changes were proposed in this pull request?
Correct document of setting `spark.executor.userClassPathFirst` to false.
### Why are the changes needed?
Document sets `spark.executor.userClassPathFirst` to false via
`spark.executor.userClassPathFirst=false`, which is wrong setting.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
Closes #2574 from SteNicholas/CELEBORN-1402.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
(cherry picked from commit 627ee8c6ef0d055ddf7662422906432a9fc3c7de)
Signed-off-by: mingji <[email protected]>
---
README.md | 2 +-
docs/deploy.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 012a82749..d2549378b 100644
--- a/README.md
+++ b/README.md
@@ -305,7 +305,7 @@ spark.dynamicAllocation.shuffleTracking.enabled false
# Support ShuffleManager when defined in user jars
# Required Spark version < 4.0.0 or without SPARK-45762, highly recommended to
false for ShuffleManager in user-defined jar specified by --jars or spark.jars
-spark.executor.userClassPathFirst=false
+spark.executor.userClassPathFirst false
```
### Deploy Flink client
diff --git a/docs/deploy.md b/docs/deploy.md
index 06ae72cd0..773eabaeb 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -202,7 +202,7 @@ spark.dynamicAllocation.shuffleTracking.enabled false
# Support ShuffleManager when defined in user jars
# Required Spark version < 4.0.0 or without SPARK-45762, highly recommended to
false for ShuffleManager in user-defined jar specified by --jars or spark.jars
-spark.executor.userClassPathFirst=false
+spark.executor.userClassPathFirst false
```
## Deploy Flink client