Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am building the data pipeline using talend between hadoop cluster(on perm) to google cloud.
I have used tgsconnection component to create connection with GCP. I am getting below error.
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Also i want to copy the hive table into the google cloud bucket how can i build the job without copying the data to local disk?
Hi Saurabh,
Realted to the console exception. You need include the google certificate to the java TrustStore or try to use the component tSetKeyStore:
Best regards.