Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9902

Map join small table files need more replications [Spark Branch]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None
    • None

    Description

      We have

      replication = (short) Math.min(MIN_REPLICATION, numOfPartitions);
      

      It should be

      replication = (short) Math.max(MIN_REPLICATION, numOfPartitions);
      

      Attachments

        1. HIVE-9902.1-spark.patch
          0.9 kB
          Jimmy Xiang

        Activity

          People

            jxiang Jimmy Xiang
            jxiang Jimmy Xiang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: