[
https://issues.apache.org/jira/browse/HAMA-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14692593#comment-14692593
]
Hudson commented on HAMA-963:
-----------------------------
SUCCESS: Integrated in Hama-Nightly-for-Hadoop-1.x #1699 (See
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-1.x/1699/])
HAMA-963. Fix the problem that occurs ArrayIndexOutOfBoundsException (minho:
rev 1695219)
*
/hama/trunk/core/src/main/java/org/apache/hama/bsp/sync/ZooKeeperSyncClientImpl.java
* /hama/trunk/yarn/src/main/java/org/apache/hama/bsp/ApplicationMaster.java
* /hama/trunk/yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java
> 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
> Assignee: Minho Kim
> 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)