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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rkacham17
Contributor
Contributor

presto connector

We are working on presto does talend has presto connector?

presto is providign JDBC  drivers  can i use these drivers and connect from talend

 

 

Thanks,

Ramesh

Labels (4)
4 Replies
TRF
Champion II
Champion II

Hi,

Never try to use Presto with Talend, but should works (as usual with Talend).

For that, you'll have to import the jdbc driver from Presto.

You may also use the Presto REST API.

As this subject could be useful for others, can you please share your job design and give us some details regarding the approach you finally adopted?

Regards,

rkacham17
Contributor
Contributor
Author

Thanks,Sure I will update my findings and share my experience
Anonymous
Not applicable

Hello @rkacham17 do you have any findings regarding presto connection?

if yes then can you please share with us?

badri-nair
Contributor
Contributor

Thank you , 

The Presto driver file worked and I was able to unload data from Presto table .

I am facing an issue with using the same in a Big data spark job .

Can you please let me know if there is any other driver required for a spark job  ?

The message i get is.

"java.sql.SQLException: Unsupported type JAVA_OBJECT"

 

 

Thanks

Badri Nair 


@TRF wrote:

Hi,

Never try to use Presto with Talend, but should works (as usual with Talend).

For that, you'll have to import the jdbc driver from Presto.

You may also use the Presto REST API.

As this subject could be useful for others, can you please share your job design and give us some details regarding the approach you finally adopted?

Regards,