Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14535 add insert-only ACID tables to Hive
  3. HIVE-15087

integrate MM tables into ACID: replace "hivecommit" property with ACID property

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • hive-14535
    • None
    • None

    Description

      Previously declared DDL

      create table t1 (key int, key2 int)  tblproperties("hivecommit"="true");
      

      should be replaced with:

      create table t1 (key int, key2 int)  tblproperties("transactional"="true", "transactional_properties"="insert_only");
      

      Attachments

        1. HIVE-15087.1.patch
          65 kB
          Wei Zheng

        Issue Links

          Activity

            People

              wzheng Wei Zheng
              wzheng Wei Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: