[
https://issues.apache.org/jira/browse/HIVE-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-1836:
-----------------------------
Resolution: Fixed
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed. Thanks Ning
> 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
> Attachments: HIVE-1836.patch
>
>
> 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.