This is an automated email from the ASF dual-hosted git repository.
ethanfeng 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 627ee8c6e [CELEBORN-1402][FOLLOWUP] Correct document of setting
spark.executor.userClassPathFirst to false
627ee8c6e is described below
commit 627ee8c6ef0d055ddf7662422906432a9fc3c7de
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]>
---
README.md | 2 +-
docs/deploy.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 734dfbb0d..1947d76e5 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,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 687bd1805..a66bfc358 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -201,7 +201,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