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

Shuffle+Repartition on an RDD could lead to incorrect answers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.6.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0
    • 2.2.3, 2.3.2, 2.4.0
    • Spark Core

    Description

      The RDD repartition also uses the round-robin way to distribute data, this can also cause incorrect answers on RDD workload the similar way as in https://issues.apache.org/jira/browse/SPARK-23207

      The approach that fixes DataFrame.repartition() doesn't apply on the RDD repartition issue, as discussed in https://github.com/apache/spark/pull/20393#issuecomment-360912451

      We track for alternative solutions for this issue in this task.

      Attachments

        Issue Links

          Activity

            People

              cloud_fan Wenchen Fan
              jiangxb1987 Xingbo Jiang
              Votes:
              0 Vote for this issue
              Watchers:
              19 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: