[ 
https://issues.apache.org/jira/browse/HIVE-7645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090728#comment-14090728
 ] 

Xiaoyu Wang commented on HIVE-7645:
-----------------------------------

This error should not cause by this 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)

Reply via email to