You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinoth Chandar (Jira)" <ji...@apache.org> on 2021/01/21 05:47:00 UTC

[jira] [Closed] (HUDI-1184) Support updatePartitionPath for HBaseIndex

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

Vinoth Chandar closed HUDI-1184.
--------------------------------
    Resolution: Fixed

> Support updatePartitionPath for HBaseIndex
> ------------------------------------------
>
>                 Key: HUDI-1184
>                 URL: https://issues.apache.org/jira/browse/HUDI-1184
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 0.6.1
>            Reporter: sivabalan narayanan
>            Assignee: jing
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.7.0
>
>
> In implicit global indexes, we have a config named updatePartitionPath. When an already existing record is upserted to a new partition (compared to where it is in storage), if the config is set to true, record is inserted to new partition and deleted in old partition. If the config is set to false, record is upserted to old partition ignoring the new partition. 
>  
> Don't think we have this fix for HBase. We need similar support in HBase too. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)