Hi all, I want to use CombineFileInputFormat in 0.20.2 version but it can't be used with Job class.
Description: org.apache.hadoop.mapred.lib.CombineFileInputFormat can not be used with org.apache.hadoop.mapreduce.Job because Job.setInputFormat requires subclass of org.apache.hadoop.mapreduce.InputFormat and CombineFileInputFormat extends org.apache.hadoop.mapred.FileInputFormat. Also CombineFileInputFormat uses deprecated classes. Are there any workarounds? Thanks, Aleksandar Stupar.