Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-669

Send back task results through BlockManager instead of Akka messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.2, 0.7.0
    • 0.8.1
    • 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

          Activity

            People

              kayousterhout Kay Ousterhout
              matei Matei Alexandru Zaharia
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: