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

Hive CompactorMR job set NUM_BUCKETS mistake

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.13.1
    • 0.14.0
    • Transactions
    • None

    Description

      code:
      job.setInt(NUM_BUCKETS, sd.getBucketColsSize());
      should change to:
      job.setInt(NUM_BUCKETS, sd.getNumBuckets());

      Attachments

        1. HIVE-7645.patch
          0.7 kB
          Xiaoyu Wang

        Activity

          People

            wangxiaoyu Xiaoyu Wang
            wangxiaoyu Xiaoyu Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: