Re: How can I use different user run flink

Posted by Matthias on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/How-can-I-use-different-user-run-flink-tp43967p44045.html

Hi igyu,
I'm not sure whether I can be of much help here because I'm not that familiar with Kerberos. But the Flink documentation [1] suggests deploying separate Flink clusters for each keytab. Did you try that?

Best,
Matthias

[1] https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/security/security-kerberos/#objective

On Wed, May 26, 2021 at 5:48 AM igyu <[hidden email]> wrote:
I use CDH 6.3.2
flink-1.12.3

I enabel kerberos

I want to use different user with different keytab,because I creat many queue in YARN , different user use different queue. 


igyu