Improve JavaDoc on JobConf.setCombinerClass to better document restrictions on
combiners
----------------------------------------------------------------------------------------
Key: HADOOP-4668
URL: https://issues.apache.org/jira/browse/HADOOP-4668
Project: Hadoop Core
Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley
It is often not clear to developers that Combiners may be called 0, 1, or many
times and that combiners input and output types must be the same and the
combiner must not have side effects. Since there isn't a Combiner class, the
best place to put this documentation is on JobConf.setCombinerClass.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.