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 ECADECE75 for ; Fri, 1 Nov 2013 16:58:12 +0000 (UTC) Received: (qmail 22969 invoked by uid 500); 1 Nov 2013 16:57:44 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 22770 invoked by uid 500); 1 Nov 2013 16:57:36 -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 22731 invoked by uid 500); 1 Nov 2013 16:57:34 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 22612 invoked by uid 99); 1 Nov 2013 16:57:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 16:57:27 +0000 Date: Fri, 1 Nov 2013 16:57:27 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-292) Hack around Hadoop2's job counter limits MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Wills created CRUNCH-292: --------------------------------- Summary: Hack around Hadoop2's job counter limits Key: CRUNCH-292 URL: https://issues.apache.org/jira/browse/CRUNCH-292 Project: Crunch Issue Type: Bug Components: Core Affects Versions: 0.7.0 Reporter: Josh Wills Assignee: Josh Wills Hadoop2 introduces limits in the Counters library that set a maximum of 120 counters per job. These limits are really hard to hack around (for some good reasons); the only real way to override them is to update mapred-site.xml and restart the cluster. This presents a challenge for Crunch's in-memory implementation, which uses the Counters library in local mode and can potentially generate well more than 120 counters when testing long pipelines. -- This message was sent by Atlassian JIRA (v6.1#6144)