You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy Kyuubi Flink Engine on YARN,YARN Session Mode,Kerberos
With regard to YARN session mode, security.kerberos.login.keytab and security.kerberos.login.principal are not effective, as Kyuubi Flink SQL engine mainly relies on Flink SQL client which currently does not support
so, Are there any plans for Kyuubi Flink Engine on YARN to support Kerberos?
How should we improve?
I don't know.
Maybe:
kyuubi/kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala add some method like getPlainTransport() and support SASL. i am not sure
Are you willing to submit PR?
Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
No. I cannot submit a PR at this time.
The text was updated successfully, but these errors were encountered:
Code of Conduct
Search before asking
What would you like to be improved?
I have flink, hive hadoop cluster with kerberos, and want to use kyuubi access flink sql using yarn-session mode
so i get some error:
kyuubi-flink-sql-engine.log
kyuubi-server-hadoop98.test.com.log
I found this guide: https://kyuubi.readthedocs.io/en/master/deployment/engine_on_yarn.html#deploy-kyuubi-flink-engine-on-yarn
so, Are there any plans for Kyuubi Flink Engine on YARN to support Kerberos?
How should we improve?
I don't know.
Maybe:
kyuubi/kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala add some method like getPlainTransport() and support SASL. i am not sure
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: