Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.2, 0.7.0
-
None
-
None
Description
A common problem for users is that their task results are multiple MB in size, and Akka cannot send messages larger than its frameSize. It would be better to avoid this altogether by sending them through the BlockManager. The driver would then delete the result from the remote node after it fetched it.
Attachments
Issue Links
- is related to
-
SPARK-747 Throw an exception on slaves if a message is sent that is larger than akka's max frame size
- Resolved