Skip to content

Commit d0a4697

Browse files
a49ayaooqinn
authored andcommitted
[KYUUBI #2248][DOCS] Add a flink on yarn kerberos doc
### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2363 from deadwind4/flink-krb-doc. Closes #2248 50f191f [Ada Wang] [KYUUBI #2248][DOCS] Add a flink on yarn kerberos doc Authored-by: Ada Wang <wang4luning@gmail.com> Signed-off-by: Kent Yao <yao@apache.org>
1 parent fa95281 commit d0a4697

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/deployment/engine_on_yarn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,10 @@ $ echo "export HADOOP_CONF_DIR=/path/to/hadoop/conf" >> $KYUUBI_HOME/conf/kyuubi
179179

180180
For experiment use, we recommend deploying Kyuubi Flink SQL engine in [Session Mode](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/resource-providers/yarn/#session-mode).
181181
At present, [Application Mode](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/resource-providers/yarn/#application-mode) and [Per-Job Mode (deprecated)](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/resource-providers/yarn/#per-job-mode-deprecated) are not supported for Flink engine.
182+
183+
### Kerberos
184+
185+
As Kyuubi Flink SQL engine wraps the Flink SQL client that currently does not support [Flink Kerberos Configuration](https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/config/#security-kerberos-login-keytab),
186+
so `security.kerberos.login.keytab` and `security.kerberos.login.principal` should not use now.
187+
188+
Instead, you can schedule a periodically `kinit` process via `crontab` task on the local machine that hosts Kyuubi server or simply use [Kyuubi Kinit](settings.html#kinit).

0 commit comments

Comments
 (0)