Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 58202 invoked from network); 18 Nov 2008 00:43:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2008 00:43:41 -0000 Received: (qmail 70305 invoked by uid 500); 18 Nov 2008 00:43:43 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 70262 invoked by uid 500); 18 Nov 2008 00:43:43 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 70249 invoked by uid 99); 18 Nov 2008 00:43:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 16:43:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 00:42:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65B17234C28C for ; Mon, 17 Nov 2008 16:42:44 -0800 (PST) Message-ID: <198549057.1226968964415.JavaMail.jira@brutus> Date: Mon, 17 Nov 2008 16:42:44 -0800 (PST) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4668) Improve JavaDoc on JobConf.setCombinerClass to better document restrictions on combiners In-Reply-To: <1392962846.1226877524246.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-4668: ---------------------------------- Status: Patch Available (was: Open) > 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 > Components: documentation > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Attachments: combiner-doc.patch > > > 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.