masteryhx commented on code in PR #21140: URL: https://github.com/apache/flink/pull/21140#discussion_r1184513048
########## flink-runtime/src/main/resources/META-INF/services/org.apache.flink.runtime.security.token.DelegationTokenProvider: ########## @@ -14,3 +14,4 @@ # limitations under the License. org.apache.flink.runtime.security.token.HadoopFSDelegationTokenProvider +org.apache.flink.runtime.security.token.HBaseDelegationTokenProvider Review Comment: Hi, @gaborgsomogyi . Just a minor question. Why `HBaseDelegationTokenProvider` is default here ? I packaged flink-dist and used flink-1.17. If I don't remove this, an exception about lacking some hbase classes will be thrown. -- 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]
