How to run a transformation with Pentaho MapReduce
Hi All,
I am new to Kettle. I have a scenario, where I am reading data from two CSV files and keeping the common data into an xml file. I have created the transformation and it is working fine. I have attached the same over here
Now, I want to run this transformation on the Hadoop cluster and so I want to create a job for that.
My question is, How should I integrate the existing transformation with MapReduce.