Alter the number of buckets for a table ---------------------------------------
Key: HIVE-1439 URL: https://issues.apache.org/jira/browse/HIVE-1439 Project: Hadoop Hive Issue Type: New Feature Affects Versions: 0.6.0, 0.7.0 Reporter: Paul Yang Assignee: Paul Yang Add an alter table command to change the number of buckets for a table. e.g. {code} ALTER TABLE mytabl SET NUMBUCKETS 64; {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.