ferenc-csaky commented on PR #21140: URL: https://github.com/apache/flink/pull/21140#issuecomment-1302528490
Sorry for the delay, but finally I was able to spend some time on this and verified that the token obtain logic works as expected: ``` 2022-11-03 11:37:08,236 INFO org.apache.flink.runtime.security.token.HBaseDelegationTokenProvider [] - Obtaining Kerberos security token for HBase ... 2022-11-03 11:37:09,460 INFO org.apache.flink.runtime.security.token.HBaseDelegationTokenProvider [] - Added HBase Kerberos security token to credentials. ``` I was running the app on YARN with an HBase 2.4.6 server on the Cloudera stack. PR itself LGTM. -- 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]
