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 D16A317D51 for ; Mon, 20 Jul 2015 00:08:09 +0000 (UTC) Received: (qmail 32920 invoked by uid 500); 20 Jul 2015 00:08:04 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 32886 invoked by uid 500); 20 Jul 2015 00:08:04 -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 32875 invoked by uid 99); 20 Jul 2015 00:08:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 00:08:04 +0000 Date: Mon, 20 Jul 2015 00:08:04 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HAMA-963) ArrayIndexOutOfBoundsException occurs when splits are greater than tasks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Edward J. Yoon created HAMA-963: ----------------------------------- Summary: ArrayIndexOutOfBoundsException occurs when splits are greater than tasks 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 Fix For: 0.7.1 ArrayIndexOutOfBoundsException occurs when splits are greater than tasks 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)