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 863CFD4B5 for ; Wed, 21 Nov 2012 01:12:59 +0000 (UTC) Received: (qmail 58274 invoked by uid 500); 21 Nov 2012 01:12:58 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 58222 invoked by uid 500); 21 Nov 2012 01:12:58 -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 58212 invoked by uid 500); 21 Nov 2012 01:12:58 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 58209 invoked by uid 99); 21 Nov 2012 01:12:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 01:12:58 +0000 Date: Wed, 21 Nov 2012 01:12:58 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <762718205.10196.1353460378761.JavaMail.jiratomcat@arcas> In-Reply-To: <323459397.55445.1350444002961.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name 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-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-3589: ------------------------------ Attachment: HIVE-3589.D6075.2.patch navis updated the revision "HIVE-3589 [jira] describe/show partition/show tblproperties command should accept database name". Reviewers: JIRA, cwsteinbach addressed comments and rebased to trunk REVISION DETAIL https://reviews.facebook.net/D6075 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g ql/src/java/org/apache/hadoop/hive/ql/parse/QualifiedNameUtil.java ql/src/java/org/apache/hadoop/hive/ql/plan/DescTableDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/ShowPartitionsDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/ShowTblPropertiesDesc.java ql/src/java/org/apache/hadoop/hive/ql/plan/TableDDLDesc.java ql/src/test/queries/clientnegative/desc_failure3.q ql/src/test/queries/clientpositive/describe_syntax.q ql/src/test/queries/clientpositive/describe_table.q ql/src/test/queries/clientpositive/describe_xpath.q ql/src/test/queries/clientpositive/show_partitions.q ql/src/test/queries/clientpositive/show_tblproperties.q ql/src/test/results/clientnegative/desc_failure3.q.out ql/src/test/results/clientpositive/describe_syntax.q.out ql/src/test/results/clientpositive/describe_table.q.out ql/src/test/results/clientpositive/describe_xpath.q.out ql/src/test/results/clientpositive/input1.q.out ql/src/test/results/clientpositive/input10.q.out ql/src/test/results/clientpositive/inputddl6.q.out ql/src/test/results/clientpositive/show_partitions.q.out ql/src/test/results/clientpositive/show_tblproperties.q.out ql/src/test/results/clientpositive/showparts.q.out To: JIRA, cwsteinbach, navis > describe/show partition/show tblproperties command should accept database name > ------------------------------------------------------------------------------ > > Key: HIVE-3589 > URL: https://issues.apache.org/jira/browse/HIVE-3589 > Project: Hive > Issue Type: Bug > Components: Metastore, Query Processor > Affects Versions: 0.8.1 > Reporter: Sujesh Chirackkal > Assignee: Navis > Priority: Minor > Attachments: HIVE-3589.D6075.1.patch, HIVE-3589.D6075.2.patch > > > describe command not giving the details when called as describe dbname.tablename. > Throwing the error "Table dbname not found". > Ex: hive -e "describe masterdb.table1" will throw error > "Table masterdb not found" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira