Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 75312 invoked from network); 10 Sep 2008 05:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2008 05:48:11 -0000 Received: (qmail 16238 invoked by uid 500); 10 Sep 2008 05:48:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 16226 invoked by uid 500); 10 Sep 2008 05:48:02 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 16215 invoked by uid 99); 10 Sep 2008 05:48:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 22:48:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 05:47:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D3DD234C1D4 for ; Tue, 9 Sep 2008 22:47:44 -0700 (PDT) Message-ID: <2092532503.1221025664315.JavaMail.jira@brutus> Date: Tue, 9 Sep 2008 22:47:44 -0700 (PDT) From: "Amareshwari Sriramadasu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4112) Got ArrayOutOfBound exception while analyzing the job history In-Reply-To: <585453316.1220851244395.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629712#action_12629712 ] Amareshwari Sriramadasu commented on HADOOP-4112: ------------------------------------------------- test-patch result on the trunk: {noformat} [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] -1 tests included. The patch doesn't appear to include any new or modified tests. [exec] Please justify why no tests are needed for this patch. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] {noformat} All unit tests except TestHighRAMJobs passed on my machine. TestHighRAMJobs failure is due to HADOOP-4129 > Got ArrayOutOfBound exception while analyzing the job history > ------------------------------------------------------------- > > Key: HADOOP-4112 > URL: https://issues.apache.org/jira/browse/HADOOP-4112 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.19.0 > Reporter: Amar Kamat > Assignee: Amareshwari Sriramadasu > Fix For: 0.19.0 > > Attachments: patch-4112.txt, patch-4112.txt, patch-4112.txt > > > HADOOP-3150 introduced 2 new type of tasks called the cleanup tasks. These are logged to history either as map tasks or reduce tasks. The number of maps/reducers is also logged to history. Since the number of maps will be less than the total number of map tasks logged to history (actual num maps + cleanup tasks), I think thats the reason for this exception. The important question is to investigate the effect of HADOOP-3150 on job history and code related to it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.