[
https://issues.apache.org/jira/browse/FLINK-20812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256294#comment-17256294
]
Jark Wu commented on FLINK-20812:
---------------------------------
I think we can do this like Kafka connector. Kafka connector provides a
{{properties.*}} configuration which can by pass all the Kafka configs:
https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/kafka.html#properties
{code}
'properties.hbase.security.authentication'='kerberos',
'properties.hbase.master.kerberos.principal'='...',
{code}
> 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.10.1, 1.12.0, 1.11.3, 1.13.0
> Reporter: WeiNan Zhao
> Priority: Major
> Labels: flink-connector
> 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)