blob321 commented on issue #13691: URL: https://github.com/apache/iceberg/issues/13691#issuecomment-3130877274
> > Hi I have the same issue, i'd love to know what jars (and their versions) can i manually add for it to work, if you know what they are Thanks > > iceberg-kafka-connect-runtime-hive-1.10.0-SNAPSHOT org/apache/hive/hive-exec/2.3.10/hive-exec-2.3.10.jar org/apache/commons/commons-configuration2/2.10.1/commons-configuration2-2.10.1.jar org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar > > did the trick for me Thanks for your answer! Im using the version with hive runtime, I added the jars to /lib inside the connector's files I noticed there was alerady org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar there, tried to run the connector with that jar and without it. Got the same error message in both cases: "NoClassDefError: Could not initialize class org.hadoop.security.UserGroupInformation..." -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
