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 DE774111A6 for ; Fri, 25 Apr 2014 22:08:26 +0000 (UTC) Received: (qmail 16986 invoked by uid 500); 25 Apr 2014 22:08:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 16842 invoked by uid 500); 25 Apr 2014 22:08:18 -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 16810 invoked by uid 500); 25 Apr 2014 22:08:18 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16802 invoked by uid 99); 25 Apr 2014 22:08:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 22:08:17 +0000 Date: Fri, 25 Apr 2014 22:08:17 +0000 (UTC) From: "Jayesh (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6469) skipTrash option in hive command line 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-6469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayesh updated HIVE-6469: ------------------------- Attachment: HIVE-6469.3.patch > skipTrash option in hive command line > ------------------------------------- > > Key: HIVE-6469 > URL: https://issues.apache.org/jira/browse/HIVE-6469 > Project: Hive > Issue Type: New Feature > Components: CLI > Affects Versions: 0.12.0 > Reporter: Jayesh > Assignee: Jayesh > Fix For: 0.12.1 > > Attachments: HIVE-6469.1.patch, HIVE-6469.2.patch, HIVE-6469.3.patch, HIVE-6469.patch > > > hive drop table command deletes the data from HDFS warehouse and puts it into Trash. > Currently there is no way to provide flag to tell warehouse to skip trash while deleting table data. > This ticket is to add skipTrash feature in hive command-line, that looks as following. > hive -e "drop table skipTrash testTable" > This would be good feature to add, so that user can specify when not to put data into trash directory and thus not to fill hdfs space instead of relying on trash interval and policy configuration to take care of disk filling issue. -- This message was sent by Atlassian JIRA (v6.2#6252)