[
https://issues.apache.org/jira/browse/HAMA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon resolved HAMA-730.
---------------------------------
Resolution: Fixed
I've committed my changes directly.
> Concurrent file access in PartitioningRunner
> --------------------------------------------
>
> Key: HAMA-730
> URL: https://issues.apache.org/jira/browse/HAMA-730
> Project: Hama
> Issue Type: Bug
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.6.1
>
>
> every tasks should get FileStatus[] before merge files.
> {code}
> peer.sync();
> FileStatus[] status = fs.listStatus(partitionDir);
> // Call sync() one more time to avoid concurrent access
> peer.sync();
> {code}
--
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