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

ramkrishna.s.vasudevan commented on FLINK-2055:
-----------------------------------------------

[~vanaepi]
Using TableOutputFormat will be using the path of WAL and memstore. The 
HFileoutputFormat2 is different. It is helps in bulk loading. The 
HfileOutputFormat2 directly creates Hfiles that is directly the output that we 
get out of memstore flushes and that is placed under corresponding HBase table 
regions.
bq.can easily be avoided by using the native HBase client API. Thoughts?
Are you proposing to use this HfileOutputFormat2 in Flink?

> 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: Hilmi Yildirim
>
> 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