Extend the CREATE DATABASE command with DBPROPERTIES
----------------------------------------------------
Key: HIVE-1836
URL: https://issues.apache.org/jira/browse/HIVE-1836
Project: Hive
Issue Type: Sub-task
Reporter: Ning Zhang
Assignee: Ning Zhang
We should be able to assign key-value pairs of properties to Hive databases.
The proposed syntax is similar to the CREATE TABLE and CREATE INDEX commands:
{code}
CREATE DATABASE <DB_NAME> WITH DBPROPERTIES ('key1' = 'value1', 'key2' =
'value2');
{code}
The
{code}
DESC DATABASE EXTENDED <DB_NAME>;
{code}
should be able to display the properties. (requires HIVE-1821)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.