Skip to content

Commit

Permalink
[CELEBORN-1402][FOLLOWUP] Correct document of setting spark.executor.…
Browse files Browse the repository at this point in the history
…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 apache#2574 from SteNicholas/CELEBORN-1402.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
  • Loading branch information
SteNicholas authored and FMX committed Jun 18, 2024
1 parent fa9af57 commit 627ee8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 627ee8c

Please sign in to comment.