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.

Failed to find any Kerberos tgt Error

avatar
Rising Star

Getting Error while running a sqoop script using yarn distributed shell. Submitting the job from name node and using required Kerberos principal.

16/09/06 12:33:53 WARN ipc.Client: Exception encountered while connecting to the server : 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(GssKrb5Client.java:211)

1 ACCEPTED SOLUTION

avatar

@Gaurab D

Please run kinit before running sqoop script and then try.

View solution in original post

3 REPLIES 3

avatar

@Gaurab D

Please run kinit before running sqoop script and then try.

avatar
Rising Star

Thanks @Sindhu

avatar
Rising Star

Hi me too getting the same error .i Did kinit but still exception persist.