Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm currently encounter error messages or unexpected issues when you use a Kerberos authentication to connect to a server.
Based on this documentation, I need to Run kinit where the driver will run (on the server where the JobServer lies if on remote).
Also following this documentation also, configuring-cache-file-kerberos-credentials I tried to set the cache file kerberos credentials in new tSystem component such as:
Is it the correct way to solve the credential kerberos error in talend studio?
Hi,
Thank you for writing to us. Can you please check the below document to ensure studio setup / job server(remote) setup is correct at your end?
https://help.talend.com/r/en-US/7.3/use-kerberos-big-data/installing-and-configuring-kerberos-client
Once this is done if the issue persisits ,Please have the look at below
https://community.talend.com/s/article/A-Job-with-HDFS-source-or-target-fails-with-a-GSS-initiate-failed-error-even-though-the-Kerberos-ticket-is-generated-on-the-JobServer-GCeED
Thanks!
Hi. resolved the issue by adding kerberos auth in tSystem. Thanks