Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What is this error message I keep getting when trying to run someone else's job in a repo?

I'm really new to talend and when I click "run" i keep getting this error message. 

Starting job T_IMSB_IMACTM_EDPP at 03:50 09/09/2018.

[statistics] connecting to socket on port 3912
[statistics] connected
[WARN ]: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
[ERROR]: org.apache.hadoop.util.Shell - Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:378)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:393)
at org.apache.hadoop.util.Shell.<clinit>(Shell.java:386)
at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:79)
at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:130)
at org.apache.hadoop.security.Groups.<init>(Groups.java:94)
at org.apache.hadoop.security.Groups.<init>(Groups.java:74)
at org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:303)
at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:283)
at org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:260)
at org.apache.hadoop.security.UserGroupInformation.isAuthenticationMethodEnabled(UserGroupInformation.java:337)
at org.apache.hadoop.security.UserGroupInformation.isSecurityEnabled(UserGroupInformation.java:331)
at org.apache.hadoop.security.UserGroupInformation.loginUserFromKeytab(UserGroupInformation.java:941)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.tHDFSConnection_1Process(T_IMSB_IMACTM_EDPP.java:1011)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.runJobInTOS(T_IMSB_IMACTM_EDPP.java:7485)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.main(T_IMSB_IMACTM_EDPP.java:7020)
[ERROR]: org.apache.thrift.transport.TSaslTransport - SASL negotiation failure
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(Unknown Source)
at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271)
at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:52)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:49)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Unknown Source)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1693)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)
at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:195)
at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:167)
at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.tHiveConnection_1Process(T_IMSB_IMACTM_EDPP.java:1284)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.runJobInTOS(T_IMSB_IMACTM_EDPP.java:7497)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.main(T_IMSB_IMACTM_EDPP.java:7020)
Caused by: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
at sun.security.jgss.krb5.Krb5InitCredential.getInstance(Unknown Source)
at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Unknown Source)
at sun.security.jgss.krb5.Krb5MechFactory.getMechanismContext(Unknown Source)
at sun.security.jgss.GSSManagerImpl.getMechanismContext(Unknown Source)
at sun.security.jgss.GSSContextImpl.initSecContext(Unknown Source)
at sun.security.jgss.GSSContextImpl.initSecContext(Unknown Source)
... 18 more
[FATAL]: usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP - tHiveConnection_1 Could not open client transport with JDBC Uri: jdbc:hive2://hiveserver.c21.hadoop.td.com:10000/share_usamcbusim001_dev_in_imsb_dev;principal=hive/_HOST@C21.HADOOP.TD.COM: GSS initiate failed
Exception in component tHiveConnection_1
java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://hiveserver.c21.hadoop.td.com:10000/share_usamcbusim001_dev_in_imsb_dev;principal=hive/_HOST@C21.HADOOP.TD.COM: GSS initiate failed
at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:219)
at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:167)
at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.tHiveConnection_1Process(T_IMSB_IMACTM_EDPP.java:1284)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.runJobInTOS(T_IMSB_IMACTM_EDPP.java:7497)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.main(T_IMSB_IMACTM_EDPP.java:7020)
Caused by: org.apache.thrift.transport.TTransportException: GSS initiate failed
at org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:316)
at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:52)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:49)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Unknown Source)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1693)
at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)
at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:195)
... 7 more
Exception in component tHiveInput_1
java.lang.NullPointerException
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.tHiveInput_1Process(T_IMSB_IMACTM_EDPP.java:5584)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.runJobInTOS(T_IMSB_IMACTM_EDPP.java:7509)
at usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP.main(T_IMSB_IMACTM_EDPP.java:7020)
[FATAL]: usds001usrm6n001.t_imsb_imactm_edpp_0_1.T_IMSB_IMACTM_EDPP - tHiveInput_1 null
[statistics] disconnected
Job T_IMSB_IMACTM_EDPP ended at 03:50 09/09/2018. [exit code=1]

Labels (4)
1 Reply
Anonymous
Not applicable
Author

You are running a job that requires Hadoop. You either do not have Hadoop installed on your local machine or it is not configured.