Details
-
Improvement
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
None
-
None
Description
Currently, Flink only support org.apache.flink.hadoopcompatibility.mapred.Reducer in module flink-hadoop-compatibility. I think we also need to support Hadoop new Mapper API : org.apache.hadoop.mapreduce.Reducer. We can implement a new HadoopMapFunction to wrap org.apache.hadoop.mapreduce.Reducer.