Skip to content

Commit

Permalink
Updated the config documentation for both the client and the server
Browse files Browse the repository at this point in the history
  • Loading branch information
otterc committed Jun 28, 2021
1 parent 5658635 commit e3f75ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ public boolean useOldFetchProtocol() {
* 'org.apache.spark.network.shuffle.ExternalBlockHandler$NoOpMergedShuffleFileManager'.
* To turn on push-based shuffle at a cluster level, set the configuration to
* 'org.apache.spark.network.shuffle.RemoteBlockPushResolver'.
*
* Push-based shuffle is not yet supported.
*/
public String mergedShuffleFileManagerImpl() {
return conf.get("spark.shuffle.server.mergedShuffleFileManagerImpl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@ package object config {
"conjunction with the server side flag spark.shuffle.server.mergedShuffleFileManagerImpl " +
"which needs to be set with the appropriate " +
"org.apache.spark.network.shuffle.MergedShuffleFileManager implementation for push-based " +
"shuffle to be enabled")
"shuffle to be enabled. Push-based shuffle is not yet supported.")
.version("3.1.0")
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit e3f75ab

Please sign in to comment.