You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Wenning Ding (Jira)" <ji...@apache.org> on 2020/01/03 20:45:00 UTC

[jira] [Created] (HUDI-495) Update deprecated HBase API

Wenning Ding created HUDI-495:
---------------------------------

             Summary: Update deprecated HBase API
                 Key: HUDI-495
                 URL: https://issues.apache.org/jira/browse/HUDI-495
             Project: Apache Hudi (incubating)
          Issue Type: Improvement
            Reporter: Wenning Ding


Internally we are using HBase 2.x, and HBase 2.x no longer supports _*Htable.flushCommits()*_ and it is replaced by _*BufferedMutator.flush()*_.
 Thus for put operation and delete operation, we can use BufferedMutator instead.



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