[ 
https://issues.apache.org/jira/browse/HAMA-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13719433#comment-13719433
 ] 

Edward J. Yoon commented on HAMA-781:
-------------------------------------

Can you trace the split file name and check why it throws 
ArrayIndexOutOfBoundsException?

{code}
   LOG.info("split file name: " + ((FileSplit) split).getPath().getName());
   String[] extractPartitionID = ((FileSplit) split).getPath().getName()
         .split("[-]");
{code}

I think, split file name always should have a "part-00.." prefix. 

                
> Setting partition split fails in local mode when file size is big and has a 
> runtime partition (HashParitioner)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HAMA-781
>                 URL: https://issues.apache.org/jira/browse/HAMA-781
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp core
>            Reporter: Ikhtiyor Ahmedov
>            Priority: Minor
>         Attachments: HAMA-781.patch
>
>
> when input partitioner set to HashPartitioner and file size is big in local 
> mode; in line 566 of BSPJobClient.java throws index out of bound exception.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to