public DistBlockFixer(Configuration conf) {
   super(conf);
   filesPerTask = DistBlockFixer.filesPerTask(getConf());
   maxPendingJobs = DistBlockFixer.maxPendingJobs(getConf());
   maxFixTimeForFile = DistBlockFixer.maxFixTimeForFile(getConf());
 }