You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/05/10 20:05:00 UTC

[jira] [Updated] (NIFI-11537) Add support for Iceberg tables to UpdateHive3Table

     [ https://issues.apache.org/jira/browse/NIFI-11537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-11537:
--------------------------------
    Fix Version/s: 1.latest
                   2.latest
           Status: Patch Available  (was: In Progress)

> Add support for Iceberg tables to UpdateHive3Table 
> ---------------------------------------------------
>
>                 Key: NIFI-11537
>                 URL: https://issues.apache.org/jira/browse/NIFI-11537
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> UpdateHive3Table currently adds columns to Iceberg-backed tables successfully, but Iceberg needs a special CREATE TABLE command to specify the Iceberg Storage Handler and table properties.
> This Jira proposes to add a Create Table Storage Handler property with Default and Iceberg as the initial choices. Default does not generate a STORED BY clause, and Iceberg will generate the appropriate STORED BY clause and set the necessary table properties. This approach can be used in the future to add support for HBase- and Kudu-backed Hive tables.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)