Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 58BB21887F for ; Thu, 6 Aug 2015 01:00:07 +0000 (UTC) Received: (qmail 70563 invoked by uid 500); 6 Aug 2015 01:00:07 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 70531 invoked by uid 500); 6 Aug 2015 01:00:07 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 70514 invoked by uid 99); 6 Aug 2015 01:00:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 01:00:07 +0000 Date: Thu, 6 Aug 2015 01:00:07 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HAMA-963) ArrayIndexOutOfBoundsException occurs when tasks are greater than splits 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/HAMA-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-963: -------------------------------- Priority: Blocker (was: Major) > ArrayIndexOutOfBoundsException occurs when tasks are greater than splits > ------------------------------------------------------------------------ > > Key: HAMA-963 > URL: https://issues.apache.org/jira/browse/HAMA-963 > Project: Hama > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Edward J. Yoon > Priority: Blocker > Fix For: 0.7.1 > > > ArrayIndexOutOfBoundsException occurs when the number of tasks are greater than the number of splits at ApplicationMaster 950 line. > {code} > assignedSplit = splits[taskid.id]; > {code} > There are two options: Option1. launch additional tasks without input split. > Option2. adjust the number of tasks as number of input splits. > I prefer the option 1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)