Hello :
In hadoop InputFormat are always based on the InputFileFormat ,
But Now I will get data from a web service application. The data will be
wrapped as ResultSet type. Now I am wandering " should I write the
ResultSet to a file And then read out to do mapreduce job. Or How can I
process the ResultSet as Input of the MapReduce Job, and How should I define
the InputFormat" Any suggestions are welcome , thanks!
