Flink authentication hbase use kerberos

2019-12-03 Thread venn
Hi Guys: I wonder about, it is work that flink on yarn deploy on no authentication Hadoop cluster, access hbase deploy on Kerberos authentication Hadoop cluster? If work, what I need to do. I already config flink-conf-yaml properties "security.kerberos.login.keytab" and "security.kerbe

flink on yarn 的 kerberos 认证问题

2019-11-25 Thread venn
各位大佬: 请教一个flink 认证的问题: Flink on yarn 运行在不用认证的 Hadoop 集群上,怎样访问带kerberos 认证集群的 hbase ? 下面是一些我们使用的描述和发现的问题: 我们有两个hadoop 集群,一个使用 Kerberos 认证模式,一个是 simple 认证模式,Flink 1.9.0 部署在 simple 认证的集群上。 最近在使用flink 读取 Kerberos 认证的集群的 hbase 上遇到了问题。配置 flink-conf.yaml 中的配置参数:security.ker

回复: flink on yarn-cluster kerberos authentication for hbase

2019-11-08 Thread venn
Thanks, I already seen, not work for me 发件人: Jaqie Chan 发送时间: Friday, November 8, 2019 4:14 PM 收件人: venn 抄送: user@flink.apache.org 主题: Re: flink on yarn-cluster kerberos authentication for hbase Hello, Does this have helps to you? https://stackoverflow.com/questions/34596165/how

flink on yarn-cluster kerberos authentication for hbase

2019-11-08 Thread venn
HI Guys: Who can share some example for flink on yarn-cluster kerberos authentication for hbase I auth as what I do in java program, it look like just authentication zookeeper, cannot access for hbase thanks

switch event time to process time

2019-09-05 Thread venn wu
Dear experts: My flink job work with event time, but I have a trouble, the source even will be very few at the early morning, can't finish current widow and emitted the result as expect. I found the next paragraph at official website. How can I “switches to using current processing

Flink Async io problem

2019-07-09 Thread venn
ist.add(tmp); resultFuture.complete(list); }); } Best, Venn