Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

sqoop import - GSS initiate failed - Failed to find any Kerberos tgt

avatar
Explorer

sqoop import - errors out

 

GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]

 

WARN security.UserGroupInformation: PriviledgedActionException as:pars7611 (auth:KERBEROS) cause:java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)];

 

ERROR tool.ImportTool: Import failed: java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)];

 

 

sqoop eval runs good.

1 ACCEPTED SOLUTION

avatar
Champion

Looks like you dont have any valid ticket , as you clusters is using kerberos . 

Intialize a fresh ticket using KINIT 

please follow the link that would walk through 

https://sqoop.apache.org/docs/1.99.7/security/AuthenticationAndAuthorization.html

 

syntax 

kinit USERNAME@YOUR-LOCAL-REALM.COM 

View solution in original post

2 REPLIES 2

avatar
Champion

Looks like you dont have any valid ticket , as you clusters is using kerberos . 

Intialize a fresh ticket using KINIT 

please follow the link that would walk through 

https://sqoop.apache.org/docs/1.99.7/security/AuthenticationAndAuthorization.html

 

syntax 

kinit USERNAME@YOUR-LOCAL-REALM.COM 

avatar
Explorer

I know this is old post, but for the benefit of others...

 

I was getting the same error while trying to execute sqoop commands (sqoop list command was working but not exec & show) directly on Edge node and I was able to resolve it by reconnecting to Edge node, it was open for long time may be session got expired.

 

For some reasons I restricted myself to use edge node not Hue-Oozie.