Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0116196C5 for ; Mon, 31 Oct 2011 12:42:18 +0000 (UTC) Received: (qmail 98412 invoked by uid 500); 31 Oct 2011 12:42:15 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 98284 invoked by uid 500); 31 Oct 2011 12:42:15 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 98276 invoked by uid 99); 31 Oct 2011 12:42:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 12:42:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mathias.herberts@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 12:42:08 +0000 Received: by vcdn13 with SMTP id n13so7166154vcd.35 for ; Mon, 31 Oct 2011 05:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6qtGaPoqUxPdamgOB4tKvdWZeroxV57gQh4n4+SIUA8=; b=xEwunIf/utePej6hBJRfcAsVY5jOlVfrXeufwz3RNkuFEmduR8K4mLCKjztsv7mr2B Ly9a7rMJ8Qfj0HYa16M1Je9q2aOsHidMYd2Hl7U7I2RZ18TrX46kOD3LmMzffnPQyubG Ea620wlvwZv0u6oNZsdtY7P1XbS/d35ezYDKQ= MIME-Version: 1.0 Received: by 10.182.73.36 with SMTP id i4mr2858578obv.24.1320064907947; Mon, 31 Oct 2011 05:41:47 -0700 (PDT) Received: by 10.182.13.162 with HTTP; Mon, 31 Oct 2011 05:41:47 -0700 (PDT) In-Reply-To: References: Date: Mon, 31 Oct 2011 13:41:47 +0100 Message-ID: Subject: Re: Combiners From: Mathias Herberts To: common-user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 > Yes. We've talked about adding various checks, but I don't think anyone has > added them. We obviously have the input key and one option would be to > ignore the output key. ok. > >> Since a Combiner is simply a Reducer with no other constraints, >> > > That isn't true. Combiners are required to be: When I meant 'Reducer with no other constraints' I meant Job.setCombinerClass takes a Class, not a Combiner class which enforces stricter constraints. Thanks for listing the 5 requirements, if you don't mind I'll add them to the Hadoop MapReducer Poster.