WeiNan Zhao created FLINK-20812:
-----------------------------------
Summary: flink connector hbase(1.4,2.2) too few control parameters provided
Key: FLINK-20812
URL:
https://issues.apache.org/jira/browse/FLINK-20812 Project: Flink
Issue Type: Improvement
Components: Connectors / HBase
Affects Versions: 1.11.3, 1.12.0, 1.10.1, 1.13.0
Reporter: WeiNan Zhao
Fix For: 1.13.0
When I use the cdh cluster, I need to use kerberos authentication, and I need to add some kerberos authentication parameters of hbase, but the current hbase connector structure does not provide this entry, I wonder if it can be modified, if possible, I can submit for hbase connector a pr.
e.g hbase parameter
hbase.security.authentication='kerberos',
hbase.master.kerberos.principal='...',
hbase.kerberos.regionserver.principal='...',
hbase.security.auth.enable = 'true',
hbase.sasl.clientconfig = 'Client'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)