[ 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