Re: mapreduce problem

2009-04-02 Thread Rasit OZDAS
MultipleOutputFormat would be what you want. It supplies multiple files as output. I can paste some code here if you want.. 2009/4/2 Vishal Ghawate > Hi, > > I am new to map-reduce programming model , > > I am writing a MR that will process the log file and results are written > to > different

mapreduce problem

2009-04-02 Thread Vishal Ghawate
Hi, I am new to map-reduce programming model , I am writing a MR that will process the log file and results are written to different files on hdfs based on some values in the log file The program is working fine even if I haven't done any processing in reducer ,I am not getting