[
https://issues.apache.org/jira/browse/FLINK-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028842#comment-16028842
]
ASF GitHub Bot commented on FLINK-2055:
---------------------------------------
Github user nragon commented on the issue:
https://github.com/apache/flink/pull/2332
No, only puts. Aggregation is coming from a reduce which by itself
aggregates, keeping recent values on hbase, more like snapshots I think. During
our analysis sending data to hbase was only reliable when working with
aggregates otherwise a huge amount of backpressure will come from region
servers. Full dumps are more likely to work on elasticsearch or hdfs than
hbase. So, because Flink does an amazing job at keeping states why bother to
overload region servers with so many requests? Again, our point of view, of
course.
> Implement Streaming HBaseSink
> -----------------------------
>
> Key: FLINK-2055
> URL: https://issues.apache.org/jira/browse/FLINK-2055
> Project: Flink
> Issue Type: New Feature
> Components: 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.15#6346)