Xiaoyu Wang created HIVE-7645:
---------------------------------

             Summary: Hive CompactorMR job set NUM_BUCKETS mistake
                 Key: HIVE-7645
                 URL: https://issues.apache.org/jira/browse/HIVE-7645
             Project: Hive
          Issue Type: Bug
          Components: Transactions
    Affects Versions: 0.13.1
            Reporter: Xiaoyu Wang


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



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to