[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2014-09-01 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-3589:

Resolution: Duplicate
Status: Resolved  (was: Patch Available)

 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 was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-12-04 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-3589:


Status: Patch Available  (was: Open)

 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


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-11-20 Thread Phabricator (JIRA)

 [ 
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


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-11-15 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-3589:
-

Status: Open  (was: Patch Available)

@Navis: I added some comments on phabricator. Thanks.

 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


 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


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-10-17 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-3589:


Summary: describe/show partition/show tblproperties command should accept 
database name  (was: describe command not giving the details when called as 
describe dbname.tablename)

 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
Priority: Minor

 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


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-10-17 Thread Phabricator (JIRA)

 [ 
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.1.patch

navis requested code review of HIVE-3589 [jira] describe/show partition/show 
tblproperties command should accept database name.
Reviewers: JIRA

  DPAL-1916 describe/show partition/show tblproperties command should accept 
database name

  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

TEST PLAN
  EMPTY

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/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/test/queries/clientpositive/describe_table.q
  ql/src/test/queries/clientpositive/show_partitions.q
  ql/src/test/queries/clientpositive/show_tblproperties.q
  ql/src/test/results/clientpositive/describe_table.q.out
  ql/src/test/results/clientpositive/show_partitions.q.out
  ql/src/test/results/clientpositive/show_tblproperties.q.out

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/14523/

To: JIRA, 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


 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


[jira] [Updated] (HIVE-3589) describe/show partition/show tblproperties command should accept database name

2012-10-17 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-3589:


Status: Patch Available  (was: Open)

 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


 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