-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Component/s: API / DataSet
-
Labels:None
Hadoop's mapred API features the JobConfigurable interface which offers a function configure(JobConf) to configure user-defined classes such as InputFormats, OutputFormats, and InputSplits.
Flink's Hadoop compatibility wrappers do not respect this interface.