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 1ACDEDD52 for ; Fri, 9 Nov 2012 06:32:09 +0000 (UTC) Received: (qmail 54781 invoked by uid 500); 9 Nov 2012 06:32:03 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 54474 invoked by uid 500); 9 Nov 2012 06:32:03 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 54432 invoked by uid 99); 9 Nov 2012 06:32:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 06:32:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-ia0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 06:31:57 +0000 Received: by mail-ia0-f176.google.com with SMTP id h11so2907892iae.35 for ; Thu, 08 Nov 2012 22:31:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=bQjwpxo5Xtc515fJ3XpjfRpVl3Fz5bBCUVNsIGDs9Vo=; b=ZjoRC63NuiqEAo8jqArbOdkwhh58DLVJDkswfNUVs8NyJsUgVySHDPlx7geG3Xbo6S xOIAGJFVff1mOKnCfhFEjtNgFWroJV5t+v2Jg1LHYPQMhFqLHXYRWrS65DazqJhaw4Nx L5MP7JW9WXqWKV1BKErVIweWr4w5F0iD4+SN7tlL0tlfw3lr9Nmv/nspiB0vn+0JbRCk iXpi2U4cJLPkgQeUUiAWWMd8PRjsm+ec5iuA8Ar+IiDK6kC8dFi3N/4C//CtIgkMMyV3 fn22tzWzZPny85V0gAkl9ZA8eOsgVxacH8zGoylqmFLool7D4bMcxsdkTx/2j7xLU0DQ MSkQ== Received: by 10.50.197.225 with SMTP id ix1mr494762igc.66.1352442696616; Thu, 08 Nov 2012 22:31:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.27.8 with HTTP; Thu, 8 Nov 2012 22:31:16 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Fri, 9 Nov 2012 12:01:16 +0530 Message-ID: Subject: Re: Status string not displaying in jobtracker To: cdh-user@cloudera.org Cc: bbeaudreault@hubspot.com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmfDJAnTL2CnztQDL/aoHQZ9zMSgCTzpgsXMt+Sv1MGWEwsHECICXbrs76J29K/q8S61g/y X-Virus-Checked: Checked by ClamAV on apache.org Hi Bryan, This may be a CDH-specific issue, so am moving it to the CDH users list (cdh-user@cloudera.org at https://groups.google.com/a/cloudera.org/forum/?fromgroups=#!forum/cdh-user). On Fri, Nov 9, 2012 at 11:17 AM, Bryan Beaudreault wrote: > Hello, > > I am running cdh4.1 (2.0.0-mr1), and my jobs seem to be working fine, except > for 2 small problems: > > 1) Status strings never show up in the jobtracker > 2) Built-In counters, such as the ones in the "Map-Reduce Framework" group, > show counts in the totals column but the Map and Reduce columns all show 0. > User-defined counters seem to work fine. > > The same jobs compiled and running on cdh3 work fine. > > Any idea why this is happening or how to fix it? For the status I am just > calling the context.setStatus() function. I also have a feeling > context.progress() may not be working as well but haven't proven yet. > > Thanks, > > Bryan -- Harsh J