[
https://issues.apache.org/jira/browse/FLINK-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15525128#comment-15525128
]
ASF GitHub Bot commented on FLINK-2055:
---------------------------------------
Github user ramkrish86 commented on the issue:
https://github.com/apache/flink/pull/2332
With in a single row you need guarantee of order of execution? I agree
Append/Increment or non-idempotent in certain failure cases but there is a
Nonce generator for that. I should say I have not used that anyway to know the
exact pros and cons of that. RowMutations atleast it supports only Put/Delete
so in that angle you can be sure that for now we don't support
Append/Increments.
> we might need WriteAheadSink and figure out a way to roll back table to
the last checkpoint state
This will be tricky. Your hbase table rollback would mean that you may have
to issue Deletes here so that the previous mutations are hidden.
> 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)