Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Talend Open Studio for Data Integration and Talend Open Studio for Big Data

I'm confused by the different products that Talend offer.

It seems that Talend Open Studio for Data Integration and Talend Open Studio for Big Data are the same product but just with different components installed by default. Is that right? If I use Talend Open Studio for Data Integration and download the components I need from Talend Exchange (e.g. for Google BigQuery), is it effectively the same product?

like image 975
alan Avatar asked Oct 10 '13 18:10

alan


1 Answers

In Talend Open Studio for Data Integration you can create Standard Job (means directly you can use DI component and in the back side java code will be generated).

But Talend Open Studio for Big Data you have option to create map/reduce job (means in the back side map/reduce code [actually java map/reduce] code will be generated). In the map/reduce job all component run both map and reduce task in the talend server. Like in tmap component you can see map and reduce task bar below the component when its executed.

like image 63
Sunil Indurkar Avatar answered Oct 27 '22 14:10

Sunil Indurkar