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

!URGENT: Error in establishing connection to Kerberos via Talend

Hi,

 

We’re using Talend Open Studio for Big Data and are facing an issue in establishing a connection to a Kerberos enabled Hadoop cluster.

Talend is unable to locate the default realm. We have also placed the krb5.conf file in the default locations.

 

Last line of exception says:

KrbException: Cannot locate default realmat sun.security.krb5.Config.getDefaultRealm

 

Your urgent assistance on this matter will be highly appreciated.

 

Regards,

Shilpa Nayak

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

Did you copy krb5.conf from Hadoop Edge Client to a secure location in Windows (e.g c:\secure) and add the Hadoop Property ("java.security.krb5.conf", "C:
secure")?

Note:The Hadoop properties are used for Hadoop only. The property you are trying to set is a System property. Please use the tSetEnv component in order to do what you want.

Please refer to this doc:https://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutorials/KerberosReq.html

Best regards

Sabrina