Hey,

I'm running Hadoop 0.20.205 and am using the DBOutputFormat to write to a 
database. For small datasets, my jobs work perfectly, but for larger jobs, 
writing to the database takes longer than 600 seconds and Hadoop times out my 
reduce tasks. Looking at the source for DBOutputFormat, it seems the 
Progressable never gets updated while the insert query is being run. How do I 
modify/subclass DBOutputFormat to update this so my jobs can finish?

Thanks
Nathan

Reply via email to