1

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?

Vaibhav
  • 107
  • 1
  • 11

1 Answers1

1

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

Voystin
  • 194
  • 1
  • 3
  • 15