You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Wei Zheng (JIRA)" <ji...@apache.org> on 2016/10/27 21:04:58 UTC

[jira] [Created] (HIVE-15087) integrate MM tables into ACID: replace "hivecommit" property with ACID property

Wei Zheng created HIVE-15087:
--------------------------------

             Summary: integrate MM tables into ACID: replace "hivecommit" property with ACID property
                 Key: HIVE-15087
                 URL: https://issues.apache.org/jira/browse/HIVE-15087
             Project: Hive
          Issue Type: Sub-task
            Reporter: Wei Zheng
            Assignee: Wei Zheng


Previously declared DDL
{code}
create table t1 (key int, key2 int)  tblproperties("hivecommit"="true");
{code}
should be replaced with:
{code}
create table t1 (key int, key2 int)  tblproperties("transactional"="true", "transactional_properties"="insert_only");
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)