You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Keith Jackson (JIRA)" <ji...@apache.org> on 2009/10/19 22:36:59 UTC

[jira] Created: (MAPREDUCE-1122) streaming with custom input format does not support the new API

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.