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

        

Reply via email to