Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 371A8D6D1 for ; Mon, 24 Sep 2012 07:24:13 +0000 (UTC) Received: (qmail 6679 invoked by uid 500); 24 Sep 2012 07:24:11 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 6285 invoked by uid 500); 24 Sep 2012 07:24:11 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 6152 invoked by uid 500); 24 Sep 2012 07:24:10 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 6116 invoked by uid 99); 24 Sep 2012 07:24:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 07:24:09 +0000 Date: Mon, 24 Sep 2012 18:24:09 +1100 (NCT) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1825824227.115642.1348471449661.JavaMail.jiratomcat@arcas> In-Reply-To: <213783927.101116.1348121827773.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3492) Provide ALTER for partition changing bucket number MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-3492: ------------------------------ Attachment: HIVE-3492.D5589.2.patch navis updated the revision "HIVE-3492 [jira] Provide ALTER for partition changing bucket number". Reviewers: JIRA alter table [partition-spec] INTO BUCKETS REVISION DETAIL https://reviews.facebook.net/D5589 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java ql/src/java/org/apache/hadoop/hive/ql/metadata/Partition.java ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java ql/src/java/org/apache/hadoop/hive/ql/plan/AlterTableDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java ql/src/test/queries/clientpositive/alter_numbuckets_partitioned_table.q ql/src/test/results/clientpositive/alter_numbuckets_partitioned_table.q.out To: JIRA, navis Cc: njain > Provide ALTER for partition changing bucket number > --------------------------------------------------- > > Key: HIVE-3492 > URL: https://issues.apache.org/jira/browse/HIVE-3492 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.10.0 > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-3492.1.patch.txt, HIVE-3492.2.patch.txt, HIVE-3492.D5589.2.patch > > > As a follow up of HIVE-3283, bucket number of a partition could be set/changed individually by query like 'ALTER table srcpart PARTIRION(ds='1999') SET BUCKETNUM 5'. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira