Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19476#discussion_r144453129
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -426,4 +426,11 @@ package object config {
.toSequence
.createOptional
+ private[spark] val MAX_REMOTE_BLOCK_SIZE_TO_MEM =
--- End diff --
Shall consolidate this config and `REDUCER_MAX_REQ_SIZE_SHUFFLE_TO_MEM`?
shuffle blocks and remote RDD blocks are all remote blocks.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]