which version of hadoop you are using? hadoop 0.19 has an api called JobConf.setOutputCommitter see http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/mapred/OutputCommitter.html via which you can do the clean up work at the end of the job. |* <http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/mapred/JobConf.html#setOutputCommitter%28java.lang.Class%29>*|Any suggestions, short of deleting them after the job completes?
- FileOutputFormat.getWorkOutputPath and map-to-reduce-only ... Craig Macdonald
- Re: FileOutputFormat.getWorkOutputPath and map-to-red... sharad agarwal
- Re: FileOutputFormat.getWorkOutputPath and map-to... Craig Macdonald
