Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 39449 invoked from network); 22 Dec 2008 19:55:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 19:55:07 -0000 Received: (qmail 20957 invoked by uid 500); 22 Dec 2008 19:55:07 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 20941 invoked by uid 500); 22 Dec 2008 19:55:07 -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 20930 invoked by uid 99); 22 Dec 2008 19:55:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 11:55:07 -0800 X-ASF-Spam-Status: No, hits=-1999.6 required=10.0 tests=ALL_TRUSTED,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; Mon, 22 Dec 2008 19:55:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50671234C462 for ; Mon, 22 Dec 2008 11:54:44 -0800 (PST) Message-ID: <1346858487.1229975684328.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 11:54:44 -0800 (PST) From: "Prasad Chakka (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-126) Don't fetch information on Partitions from HDFS instead of MetaStore In-Reply-To: <549315515.1228496324417.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658643#action_12658643 ] Prasad Chakka commented on HIVE-126: ------------------------------------ Johan, I think we should have HIVE-142 before removing this code. This would help us verify that nothing is amiss. > Don't fetch information on Partitions from HDFS instead of MetaStore > -------------------------------------------------------------------- > > Key: HIVE-126 > URL: https://issues.apache.org/jira/browse/HIVE-126 > Project: Hadoop Hive > Issue Type: Improvement > Components: Metastore > Reporter: Johan Oskarsson > Assignee: Johan Oskarsson > Fix For: 0.2.0 > > Attachments: HIVE-126.patch, HIVE-126.patch > > > When investigating HIVE-91 an issue came up where the information on what partitions a table contains is loaded by listing the directories in the table directory on HDFS. This is then used to overrule what is in the MetaStore if any difference is found. > * Would it not be preferable if MetaStore is the one authority on what the table contains? > * It will also be a major hassle (or impossible?) to retrieve this information from HDFS with external tables that have non standard partition names (HIVE-91), such as: table/2008/01/08/portugal where "2008/01/08" is one partition value and "portugal" is another. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.