Vaibhav
Vaibhav

Reputation: 107

Connecting talend with Hadoop

I see on product description of talend MDM free version that it supports connectivity with Hadoop however do not see any option on the interface.

I need to get the data from S3 and connect it with Talend. Can you please suggest if this can be done or not. If yes, then how?

Upvotes: 1

Views: 106

Answers (1)

Voystin
Voystin

Reputation: 304

You should use tJDBCConnection component to connect to Hadoop and tJDBCOutput to load data there.

Screen with location of JDBC components plus sample of my job where I'm doing similar things as requested in comment below

Upvotes: 1

Related Questions