Anthony Hsu created HIVE-11951:
----------------------------------
Summary: DESCRIBE DATABASE EXTENDED does not show DBPROPERTIES
Key: HIVE-11951
URL: https://issues.apache.org/jira/browse/HIVE-11951
Project: Hive
Issue Type: Bug
Affects Versions: 0.13.1
Reporter: Anthony Hsu
Using Hive 0.13.1, I do not see database properties when running {{DESCRIBE
DATABASE EXTENDED}}. To reproduce:
{code}
create database test with dbproperties('foo'='bar');
desc database extended test;
{code}
The output I see is
{code}
> desc database extended test;
OK
test hdfs://<host>:<port>/path/to/test.db ahsu
Time taken: 0.019 seconds, Fetched: 1 row(s)
{code}
I do not see the {{foo=bar}} property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)