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 7B0D41179D for ; Wed, 7 May 2014 00:18:51 +0000 (UTC) Received: (qmail 75397 invoked by uid 500); 7 May 2014 00:18:25 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 75296 invoked by uid 500); 7 May 2014 00:18:22 -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 75206 invoked by uid 500); 7 May 2014 00:18:20 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 75121 invoked by uid 99); 7 May 2014 00:18:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2014 00:18:18 +0000 Date: Wed, 7 May 2014 00:18:18 +0000 (UTC) From: "Xinyu Wang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-2777) ability to add and drop partitions atomically 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-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xinyu Wang updated HIVE-2777: ----------------------------- Attachment: hive-2777.patch Sorry for the previous patch, I rebased it, and it seems fine now. Can someone please review? > ability to add and drop partitions atomically > --------------------------------------------- > > Key: HIVE-2777 > URL: https://issues.apache.org/jira/browse/HIVE-2777 > Project: Hive > Issue Type: New Feature > Components: Metastore > Affects Versions: 0.13.0 > Reporter: Aniket Mokashi > Assignee: Aniket Mokashi > Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2777.D2271.1.patch, hive-2777.patch > > > Hive should have ability to atomically add and drop partitions. This way admins can change partitions atomically without breaking the running jobs. It allows admin to merge several partitions into one. > Essentially, we would like to have an api- add_drop_partitions(String db, String tbl_name, List addParts, List> dropParts, boolean deleteData); > This jira covers changes required for metastore and thrift. -- This message was sent by Atlassian JIRA (v6.2#6252)