[
https://issues.apache.org/jira/browse/FLINK-10245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618399#comment-16618399
]
yuan commented on FLINK-10245:
------------------------------
Hi, will support hbase increment operate, just like the Counter Fields in storm
hbase bolt. I think it's useful and convient.
SimpleHBaseMapper mapper = new SimpleHBaseMapper()
.withColumnFamily("T")
.withCounterFields(new Fields("pv", "click"))
.withRowKeyField("row_key");
> Add DataStream HBase Sink
> -------------------------
>
> Key: FLINK-10245
> URL: https://issues.apache.org/jira/browse/FLINK-10245
> Project: Flink
> Issue Type: Sub-task
> Components: Streaming Connectors
> Reporter: Shimin Yang
> Assignee: Shimin Yang
> Priority: Major
> Labels: pull-request-available
>
> Design documentation:
> [https://docs.google.com/document/d/1of0cYd73CtKGPt-UL3WVFTTBsVEre-TNRzoAt5u2PdQ/edit?usp=sharing]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)