You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2012/07/16 23:20:35 UTC

[jira] [Created] (ACCUMULO-695) Make input and output formats support the old mapreduce api again

Billie Rinaldi created ACCUMULO-695:
---------------------------------------

             Summary: Make input and output formats support the old mapreduce api again
                 Key: ACCUMULO-695
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-695
             Project: Accumulo
          Issue Type: Task
          Components: client
    Affects Versions: 1.4.1, 1.3.6
            Reporter: Billie Rinaldi
            Assignee: Billie Rinaldi
             Fix For: 1.5.0


It might be possible to do this with single classes that support both, e.g.
class InputFormatBase<K,V> extends InputFormat<K,V> implements org.apache.hadoop.mapred.InputFormat<K,V>.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira