Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 57006 invoked from network); 30 Nov 2008 03:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2008 03:49:05 -0000 Received: (qmail 89920 invoked by uid 500); 30 Nov 2008 03:49:16 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 89907 invoked by uid 500); 30 Nov 2008 03:49:16 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 89896 invoked by uid 99); 30 Nov 2008 03:49:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 19:49:16 -0800 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; Sun, 30 Nov 2008 03:47:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52A10234C2A2 for ; Sat, 29 Nov 2008 19:48:44 -0800 (PST) Message-ID: <1510054399.1228016924337.JavaMail.jira@brutus> Date: Sat, 29 Nov 2008 19:48:44 -0800 (PST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-116) ArrayIndexOutOfBoundsException at BlockingMapRed In-Reply-To: <148503379.1228015124358.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/HAMA-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-116: -------------------------------- Component/s: (was: implementation) mapred > ArrayIndexOutOfBoundsException at BlockingMapRed > ------------------------------------------------ > > Key: HAMA-116 > URL: https://issues.apache.org/jira/browse/HAMA-116 > Project: Hama > Issue Type: Bug > Components: mapred > Reporter: Edward J. Yoon > Fix For: 0.1.0 > > > [d8g053:/root/hama-trunk]# bin/hama examples mult -m 100 -r 100 1000 1000 > ---- > 08/11/30 11:56:07 INFO mapred.JobClient: map 100% reduce 1% > 08/11/30 11:56:26 INFO mapred.JobClient: map 100% reduce 0% > 08/11/30 11:56:26 INFO mapred.JobClient: Task Id : attempt_200811271544_0006_r_0 > 00001_1, Status : FAILED > java.lang.ArrayIndexOutOfBoundsException: 10 > at org.apache.hama.SubMatrix.set(SubMatrix.java:61) > at org.apache.hama.mapred.BlockingMapRed$BlockingReducer.reduce(Blocking > MapRed.java:146) > at org.apache.hama.mapred.BlockingMapRed$BlockingReducer.reduce(Blocking > MapRed.java:127) > at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:318) > at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:2207 > ) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.