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

Provide a pre-fetch mechanism to accelerate shuffle stage.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • None
    • None
    • Spark Core

    Description

      Currently, the `NettyBlockRpcServer` will reading data through BlockManager, while the block is not cached in memory, the data should be read from DISK first, then into MEM. I wonder if we implement a mechanism add a message contains the blockIds that the same as the openBlock message but one loop ahead, then the `NettyBlockRpcServer ` will load the block ready for transfer to the reduce side.

      Attachments

        Activity

          People

            Unassigned Unassigned
            F7753 Lewin Ma
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: