Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-12849 Bucketing improvements follow-up
  3. SPARK-12931

Improve bucket read path to only create one single RDD

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • SQL
    • None

    Description

      Currently we will create one RDD per bucket and coalesce it to one partition, and finally union them to a final RDD. We should create a single RDD instead, it requires to modify the data source interface a little bit and abstract the logic of reader out to decouple it from RDD.

      Attachments

        Activity

          People

            marmbrus Michael Armbrust
            cloud_fan Wenchen Fan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: