Chenyu Zheng created FLINK-36405:
------------------------------------
Summary: Fix startup issues on kerberos clusters
Key: FLINK-36405
URL: https://issues.apache.org/jira/browse/FLINK-36405
Project: Flink
Issue Type: Bug
Components: Table SQL / Runtime
Affects Versions: 1.9.1
Reporter: Chenyu Zheng
Fount these error when startup on kerberos cluster.
Error 1:
{code:java}
Flink bug1: renew user dismatched
Caused by: org.apache.flink.util.FlinkRuntimeException:
MetaException(message:usera tries to renew a token (HIVE_DELEGATION_TOKEN
owner=usera/[email protected], renewer=hive, realUser=usera/[email protected],
issueDate=1727264927044, maxDate=1727869727044, sequenceNumber=251,
masterKeyId=7) with non-matching renewer hive)
at
org.apache.flink.table.security.token.HiveServer2DelegationTokenProvider.getNewExpiration(HiveServer2DelegationTokenProvider.java:203)
~[flink-sql-connector-hive-3.1.3_2.12-1.19.1.jar:1.19.1]
at
org.apache.flink.table.security.token.HiveServer2DelegationTokenProvider.getTokenRenewalInterval(HiveServer2DelegationTokenProvider.java:190)
~[flink-sql-connector-hive-3.1.3_2.12-1.19.1.jar:1.19.1]
at
org.apache.flink.table.security.token.HiveServer2DelegationTokenProvider.lambda$obtainDelegationTokens$0(HiveServer2DelegationTokenProvider.java:159)
~[flink-sql-connector-hive-3.1.3_2.12-1.19.1.jar:1.19.1] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)