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 753AB70F0 for ; Fri, 18 Nov 2011 01:15:15 +0000 (UTC) Received: (qmail 14361 invoked by uid 500); 18 Nov 2011 01:15:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 14319 invoked by uid 500); 18 Nov 2011 01:15:15 -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 14311 invoked by uid 500); 18 Nov 2011 01:15:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 14308 invoked by uid 99); 18 Nov 2011 01:15:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 01:15:15 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2011 01:15:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CCA438C328 for ; Fri, 18 Nov 2011 01:14:51 +0000 (UTC) Date: Fri, 18 Nov 2011 01:14:51 +0000 (UTC) From: "Namit Jain (Created) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <169647269.41455.1321578891839.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HIVE-2595) add a table level property which does not let the table or any of its partitions to be dropped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org add a table level property which does not let the table or any of its partitions to be dropped ---------------------------------------------------------------------------------------------- Key: HIVE-2595 URL: https://issues.apache.org/jira/browse/HIVE-2595 Project: Hive Issue Type: Improvement Reporter: Namit Jain The current approach: alter table enable no_drop; does not prevent the partitions from being dropped. This new property should prevent both the table and any of its partitions (current, future) from getting dropped. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira