Mapreduce API should not use JobContext to set configuration information
------------------------------------------------------------------------
Key: ACCUMULO-267
URL: https://issues.apache.org/jira/browse/ACCUMULO-267
Project: Accumulo
Issue Type: Bug
Components: client
Reporter: John Vines
Assignee: Billie Rinaldi
JobContext specifically says that it is a read-only view of job information.
Our inputformat's configuration calls take JobContext as an input, rip out the
Configuration object, and writes to it.
Instead, calls should just take in a Configuration object directly (or a Job
object, but that passes in more information than is needed, and can cause
discrepancies depending on which mapreduce api).
--
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