xuanyuanking commented on a change in pull request #27463:
[SPARK-26700][Core][FOLLOWUP] Add config
`spark.network.maxRemoteBlockSizeFetchToMem`
URL: https://github.com/apache/spark/pull/27463#discussion_r375652134
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -894,8 +894,8 @@ package object config {
.checkValue(_ > 0, "The max no. of blocks in flight cannot be
non-positive.")
.createWithDefault(Int.MaxValue)
- private[spark] val MAX_REMOTE_BLOCK_SIZE_FETCH_TO_MEM =
- ConfigBuilder("spark.maxRemoteBlockSizeFetchToMem")
+ private[spark] val NETWORK_MAX_REMOTE_BLOCK_SIZE_FETCH_TO_MEM =
Review comment:
Thanks, done in 8f7540e.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]