[
https://issues.apache.org/jira/browse/HIVE-11951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Hsu updated HIVE-11951:
-------------------------------
Description:
Using Hive 0.13.1, I do not see database properties when running {{DESCRIBE
DATABASE EXTENDED}} even though [the
documentation|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-DescribeDatabase]
says you should. 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.
was:
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.
> 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}} even though [the
> documentation|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-DescribeDatabase]
> says you should. 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)