Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99A0D10E83 for ; Thu, 17 Oct 2013 13:34:47 +0000 (UTC) Received: (qmail 28994 invoked by uid 500); 17 Oct 2013 13:34:47 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 28920 invoked by uid 500); 17 Oct 2013 13:34:45 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 28769 invoked by uid 500); 17 Oct 2013 13:34:43 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 28718 invoked by uid 99); 17 Oct 2013 13:34:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 13:34:43 +0000 Date: Thu, 17 Oct 2013 13:34:43 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CRUNCH-282) Add a cap on the number of reducers per job 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/CRUNCH-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills resolved CRUNCH-282. ------------------------------- Resolution: Fixed Fix Version/s: 0.8.0 Committed. > Add a cap on the number of reducers per job > ------------------------------------------- > > Key: CRUNCH-282 > URL: https://issues.apache.org/jira/browse/CRUNCH-282 > Project: Crunch > Issue Type: Improvement > Components: Core > Affects Versions: 0.7.0 > Reporter: Josh Wills > Assignee: Josh Wills > Fix For: 0.8.0 > > Attachments: CRUNCH-282.patch, CRUNCH-282.patch > > > Like Pig, Crunch should have a parameter that controls the maximum number of reducers to use for a given job when Crunch sets the number by estimating the size of the input data set. I'm thinking "crunch.max.reducers" with a default of 500. -- This message was sent by Atlassian JIRA (v6.1#6144)