[ 
https://issues.apache.org/jira/browse/FLINK-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512181#comment-15512181
 ] 

ASF GitHub Bot commented on FLINK-2055:
---------------------------------------

Github user ramkrish86 commented on the issue:

    https://github.com/apache/flink/pull/2332
  
    I agree with @delding here. 
    
    >    * Method that does a batch call on Deletes, Gets, Puts, Increments and 
Appends.
       * The ordering of execution of the actions is not defined. Meaning if 
you do a Put and a
       * Get in the same {@link #batch} call, you will not necessarily be
       * guaranteed that the Get returns what the Put had put.
    
    is the javadoc for batch API.  Anyway here we don't do get operation but 
still the order of execution among mutations is not guarenteed.
    Regarding 
    
    >  storing input records in a state backend and flushing to HBase upon 
receiving a checkpoint barrier.
    
    Where is this being done in Flink. Just for understanding. 


> Implement Streaming HBaseSink
> -----------------------------
>
>                 Key: FLINK-2055
>                 URL: https://issues.apache.org/jira/browse/FLINK-2055
>             Project: Flink
>          Issue Type: New Feature
>          Components: Streaming, Streaming Connectors
>    Affects Versions: 0.9
>            Reporter: Robert Metzger
>            Assignee: Erli Ding
>
> As per : 
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Write-Stream-to-HBase-td1300.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to