Skip to content

Commit

Permalink
test groupSize100
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynt4606 committed Oct 23, 2024
1 parent a1f912c commit c171c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4694,7 +4694,7 @@ object CelebornConf extends Logging {
.doc("The group size of map task when grouping map task is enable.")
.version("0.6.0")
.intConf
.createWithDefault(20)
.createWithDefault(100)

val CLIENT_BATCH_HANDLE_CHANGE_PARTITION_ENABLED: ConfigEntry[Boolean] =
buildConf("celeborn.client.shuffle.batchHandleChangePartition.enabled")
Expand Down

0 comments on commit c171c12

Please sign in to comment.