[
https://issues.apache.org/jira/browse/HIVE-7645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoyu Wang updated HIVE-7645:
------------------------------
Attachment: HIVE-7645.patch
> 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
> Attachments: HIVE-7645.patch
>
>
> 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)