Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 27173 invoked from network); 15 Oct 2009 14:32:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 14:32:57 -0000 Received: (qmail 26011 invoked by uid 500); 15 Oct 2009 14:32:56 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 25991 invoked by uid 500); 15 Oct 2009 14:32:56 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 25981 invoked by uid 99); 15 Oct 2009 14:32:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 14:32:56 +0000 X-ASF-Spam-Status: No, hits=-10.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 14:32:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 530BA234C1EE for ; Thu, 15 Oct 2009 07:32:31 -0700 (PDT) Message-ID: <266658347.1255617151339.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 07:32:31 -0700 (PDT) From: "Cyrus Katrak (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-874) add partitions found during metastore check In-Reply-To: <757684223.1255455211299.JavaMail.jira@brutus> 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-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrus Katrak updated HIVE-874: ------------------------------ Status: Patch Available (was: Open) Tests added > add partitions found during metastore check > ------------------------------------------- > > Key: HIVE-874 > URL: https://issues.apache.org/jira/browse/HIVE-874 > Project: Hadoop Hive > Issue Type: Improvement > Affects Versions: 0.3.0, 0.2.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0 > Reporter: Prasad Chakka > Assignee: Cyrus Katrak > Attachments: HIVE-874.patch > > > 'msck' just reports the list of partition directories that exist but do not have corresponding metadata. This can happen if a process outside of hive is populating the directories. Hive should support an option to 'msck' that would also add default metadata for these partitions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.