Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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