turboFei commented on issue #24740: [SPARK-27876][CORE] Split large shuffle 
partition to multi-segments to enable transfer oversize shuffle partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-534012354
 
 
   For current master branch, it set 
spark.maxRemoteBlockSizeFetchToMem=`Int.MaxValue - 512`, which is little than 
2GB(https://issues.apache.org/jira/browse/SPARK-24297).
   So, it would not touch this issue. 
   But if you set spark.maxRemoteBlockSizeFetchToMem to a value large than 2GB, 
you will still meet this issue.
   

----------------------------------------------------------------
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]

Reply via email to