GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/5953
[FLINK-9235] Add Integration test for Flink-Yarn-Kerberos integration for
flip-6
Alternative version of #5901
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink
jira-9235-flip-6-yarn-secured-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5953.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5953
----
commit 9ca7852fe1a6f1a86d05ba2f7851199e43411579
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date: 2018-05-03T14:23:29Z
Remove special-case krb5.conf code from YARN runners
commit b4fb889c911ccef0521cd9ed8839190a12f2d4a5
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date: 2018-05-03T14:27:40Z
[FLINK-9235] Test new FLIP-6 code in YARNSessionFIFOSecuredITCase
Before, always setting mode to LEGACY_MODE when security settings are
present caused the test never to run with the new code.
For this, we also need to actually execute an example. Otherwise, no
TaskExecutors would be brought up.
----
---