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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Presto DB to Redshift

Hello,

 

I'm trying to do a POC. Reading data from Presto DB, do transformations and dump into Redshift. I don't see resources on Presto DB with Talend. 

 

I'm facing few issues connecting to Presto DB with JDBC parameters

 

JDBC URL: jdbc0683p000009MAB6.pngresto://server:8086/hive;AuthenticationType=LDAP Authentication;SSLTrustStorePath=abc.keystore;SSLTrustStorePwd=changeit;SSL=1

 

  • When I use JDBC connection, its keep on erroring me as either Invalid JDBC URL or SSL is required. 

Can someone please help me with screenshots or something which can guide me through Presto with Talend.

 

Thanks,

KR

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks, Nikhil. Maybe in future we might move to Athena.

I could able to resolve the issue with Presto Facebook Driver

This format should work if you anyone using LDAP Authentication with keystore and SSL

JDBC URL: jdbc:Presto://server:8086/hive?SSLTrustStorePath=abc.keystore&SSLTrustStorePassword=changeit&SSL=true



View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

   End of day, AWS Athena is a serverless version of Presto and below are some articles to connect to Amazon Athena. Could you please try them? I have not personally tried it in any Presto environment but it should be a good starting point for your analysis.

 

https://help.talend.com/reader/36FNvH4mND6uL3cKKzTU~w/~xQ_ZPcAetw8zVHCU31Xdg

https://community.talend.com/t5/Design-and-Development/Connecting-Talend-on-Amazon-Athena/td-p/55940

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

 

Anonymous
Not applicable
Author

Thanks, Nikhil. Maybe in future we might move to Athena.

I could able to resolve the issue with Presto Facebook Driver

This format should work if you anyone using LDAP Authentication with keystore and SSL

JDBC URL: jdbc:Presto://server:8086/hive?SSLTrustStorePath=abc.keystore&SSLTrustStorePassword=changeit&SSL=true