streaming with custom input format does not support the new API
---------------------------------------------------------------
Key: MAPREDUCE-1122
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1122
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: contrib/streaming
Affects Versions: 0.20.1
Environment: any OS
Reporter: Keith Jackson
When trying to implement a custom input format for use with streaming, I have
found that streaming does not support the new API,
org.apache.hadoop.mapreduce.InputFormat, but requires the old API,
org.apache.hadoop.mapred.InputFormat.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.