Good afternoon,
I developed a custom Component on intellij to connect to Hive with kerberos and a keytab file and do a select. Debugging on intellij works. But when I import the component into Talend Data Integration 7.3.1 and run the job, I get this error:
java.lang.RuntimeException: java.lang.RuntimeException: class org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback not org.apache.hadoop.security.GroupMappingServiceProvider
any suggestion? I already tried to compare libraries versions but no conclusion for now.
thank you