accept TBLPROPERTIES on CREATE TABLE/VIEW -----------------------------------------
Key: HIVE-1220 URL: https://issues.apache.org/jira/browse/HIVE-1220 Project: Hadoop Hive Issue Type: Improvement Components: Query Processor Affects Versions: 0.5.0 Reporter: John Sichi Assignee: John Sichi Fix For: 0.6.0 Currently, Hive only supports ALTER TABLE t SET TBLPROPERTIES, but does not allow specification of table properties during CREATE TABLE. We should allow properties to be set at the time a table or view is created. This is useful in general, and in particular we want to use this so that storage handler properties (see HIVE-705) unrelated to serdes can be specified here rather than in SERDEPROPERTIES. See also HIVE-1144 regarding views. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.