Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Integration with google Cloud

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?

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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.