#1 2012-04-01 05:48:36

sk1287
Guest

Running MapReduce job inside Talend

I understand that there are ways to read data from HDFS/HBase and then process them with Pig. Was wondering if there is a way to run a simple map-reduce job inside talend? For example, a mapreduce job for wordcount example?

#2 2012-05-10 14:40:31

dtk007
Guest

Re: Running MapReduce job inside Talend

Develop your map reduce program in eclipse( or Talend)... export it as jar...
Use the tLibrary component to import the jar to the lib of Talend.
The call the main method of the jar file from talend using the tjava component.

Board footer

Powered by FluxBB