Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0F52DAEA for ; Thu, 7 Mar 2013 19:20:15 +0000 (UTC) Received: (qmail 70120 invoked by uid 500); 7 Mar 2013 19:20:14 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 70043 invoked by uid 500); 7 Mar 2013 19:20:14 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 69908 invoked by uid 99); 7 Mar 2013 19:20:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 19:20:14 +0000 Date: Thu, 7 Mar 2013 19:20:13 +0000 (UTC) From: "Robert Joseph Evans (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MAPREDUCE-5051) Combiner not used when NUM_REDUCES=0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved MAPREDUCE-5051. -------------------------------------------- Resolution: Won't Fix If you feel strongly that this should be supported you can reopen this JIRA as new feature work. > Combiner not used when NUM_REDUCES=0 > ------------------------------------ > > Key: MAPREDUCE-5051 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5051 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv1 > Affects Versions: 2.0.2-alpha > Environment: CDH4.1.2 MR1 > Reporter: Damien Hardy > > We have a M/R job that use Mapper + Combiner but have nothing to do in Reducer : > Bulk indexing of HBase data in ElasticSearch, > Map output is K / V : #bulk / json_data_to_be_indexed. > So job is launched maps work, combiners index and a reducer is created for nothing (sometimes waiting for other M/R job to free a tasktracker slot for reducer cf. MAPREDUCE-5019 ) > When we put ```job.setNumReduceTasks(0);``` in our job .run(), mapper are started but combiner are not used. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira