Hi Anchit, Flink does not yet have a streaming sink connector for HBase. Some members of the community are working on this though [1]. I think we resolved a similar issue for the Kafka connector recently [2]. Maybe the related commits contain some relevant code for your problem.
Best, Fabian [1] https://github.com/apache/flink/pull/2332 [2] https://issues.apache.org/jira/browse/FLINK-3239 2016-09-29 9:12 GMT+02:00 Anchit Jatana <development.anc...@gmail.com>: > Hi All, > > I'm trying to link my flink application with HBase for simple read/write > operations. I need to implement Flink to HBase the connectivity through > Kerberos using the keytab. > > Can somebody share(or link me to some resource) a sample > code/implementation on how to achieve Flink to HBase connectivity through > Kerberos using keytab for simple read/write (get/put) operation. > > Thank you! > > Regards, > Anchit >