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

Support streaming data using network library

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • Spark Core
    • None

    Description

      As part of the work to implement SPARK-11140, it would be nice to have the network library efficiently stream data over a connection.

      Currently all it has is the shuffle data protocol, which is not very efficient for large files; it requires the whole file to be buffered on the receiver side before the receiver can do anything. For large files, that comes at a huge cost in memory. You can chunk large files but that requires the client to ask for each chunk separately.

      Instead, a similar approach but allowing the data to be processed as it arrives would be a lot more efficient, and make it easier to implement the file server in the referenced bug.

      Attachments

        Issue Links

          Activity

            People

              vanzin Marcelo Masiero Vanzin
              vanzin Marcelo Masiero Vanzin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: