GAURAV MIGLANI
09/15/2023, 9:36 PM"security.delegation.tokens.enabled": "false"
"security.delegation.token.provider.s3.enabled": "false"
in my spec config, job manager is running fine, but facing an issue with the task manager.GAURAV MIGLANI
09/15/2023, 9:36 PM2023-09-15 21:00:16,203 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver hadoopfs loaded and initialized
2023-09-15 21:00:16,203 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver hbase loaded and initialized
2023-09-15 21:00:16,203 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: external-resource-gpu
2023-09-15 21:00:16,203 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-datadog
2023-09-15 21:00:16,203 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-graphite
2023-09-15 21:00:16,203 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-influx
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-jmx
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-prometheus
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-slf4j
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: metrics-statsd
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: s3
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: s3-fs-hadoop
2023-09-15 21:00:16,204 INFO org.apache.flink.core.plugin.DefaultPluginManager [] - Plugin loader with ID found, reusing it: s3-fs-presto
2023-09-15 21:00:16,205 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver s3-hadoop loaded and initialized
2023-09-15 21:00:16,206 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver s3-presto loaded and initialized
2023-09-15 21:00:16,207 INFO org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Delegation token receiver s3-hadoop loaded and initialized
2023-09-15 21:00:16,207 ERROR org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository [] - Failed to initialize delegation token receiver s3-hadoop
java.lang.IllegalStateException: Delegation token receiver with service name {} has multiple implementations [s3-hadoop]
at org.apache.flink.util.Preconditions.checkState(Preconditions.java:215) ~[flink-dist-1.17.1.jar:1.17.1]
at org.apache.flink.runtime.security.token.DelegationTokenReceiverRepository.lambda$loadReceivers$0(DelegationTokenReceiverRepository.java:75) ~[flink-dist-1.17.1.jar:1.17.1]
at java.util.Iterator.forEachRemaining(Unknown Source) ~[?:?]
GAURAV MIGLANI
09/15/2023, 9:38 PMGAURAV MIGLANI
09/15/2023, 9:38 PMMartijn Visser
09/16/2023, 7:46 AMGAURAV MIGLANI
09/17/2023, 7:15 AMMartijn Visser
09/17/2023, 7:39 AM