mbalassi commented on pull request #17582:
URL: https://github.com/apache/flink/pull/17582#issuecomment-994704581
Hi @viirya,
The CI run has uncovered a test failure:
```
org.apache.flink.configuration.IllegalConfigurationException: Kerberos login
configuration is invalid: keytab [/opt/kerberos/kerberos-keytab/keytab] doesn't
exist!
at
org.apache.flink.runtime.security.SecurityConfiguration.validate(SecurityConfiguration.java:151)
at
org.apache.flink.runtime.security.SecurityConfiguration.<init>(SecurityConfiguration.java:97)
at
org.apache.flink.runtime.security.SecurityConfiguration.<init>(SecurityConfiguration.java:69)
at
org.apache.flink.kubernetes.kubeclient.decorators.KerberosMountDecorator.<init>(KerberosMountDecorator.java:58)
at
org.apache.flink.kubernetes.kubeclient.factory.KubernetesTaskManagerFactory.buildKubernetesTaskManagerSpecification(KubernetesTaskManagerFactory.java:53)
at
org.apache.flink.kubernetes.kubeclient.factory.KubernetesTaskManagerFactoryTest.testHadoopConfConfigMap(KubernetesTaskManagerFactoryTest.java:115)
```
I could successfully reproduce this locally on my machine after checking out
the branch. Let me know if you have the time to fix this issue, I might take a
look myself later today.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]