Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9391

Impala 3.3.0 can't support Transactional (ACID) tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 3.3.0
    • Impala 3.3.0
    • Backend
    • None
    • hdp : CDH-6.2.1
      impala: Apache-impala-3.3.0

    Description

      IMPALA-8813  has already support  Create, Insert, and read Insert-only ACID tables

      but,I created the hive table like this

      CREATE TABLE test_orc9 (
      id INT,
      name STRING
      )
      CLUSTERED BY (id)  INTO 5 BUCKETS
      STORED AS ORC
      TBLPROPERTIES("transactional"="true","transactional_properties"="insert_only","compress.mode"="SNAPPY")
      ;
      

      Query sql: select * from test_orc9

      Error: AnalysisException: Table ods.test_orc9 not supported. Transactional (ACID) tables are only supported for read

       

      Attachments

        1. 112233.jpg
          15 kB
          liu

        Activity

          People

            Unassigned Unassigned
            zx778899 liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: