CombineFileInputFormat and Job classes
--------------------------------------
Key: MAPREDUCE-1601
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1601
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: build
Affects Versions: 0.20.2
Environment: Javac
Reporter: Aleksandar Stupar
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.