Github user nragon commented on the issue:

    https://github.com/apache/flink/pull/2332
  
    Hi :)
    
    I needed to use hbase as sink so i decided to take a look at this pull a 
use it.
    Current changes that might be interesting: Like hbase connector for 
dataset, it's possible to define the configuration in other to connect, for 
instance, to a remote hbase master. In 
[HBaseSink](https://github.com/delding/flink/blob/16ad4b2ac13567ceba7bacf15e4698fb4ce17c53/flink-streaming-connectors/flink-connector-hbase/src/main/java/org/apache/flink/streaming/connectors/hbase/HBaseSink.java)
 the `HBaseConfiguration.create()` method should receive this configurations 
set by constructor (or other method)
    Hope this makes sense.
    
    Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to