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

Hudson commented on HAMA-730:
-----------------------------

Integrated in Hama trunk #96 (See 
[https://builds.apache.org/job/Hama%20trunk/96/])
    HAMA-730: Concurrent file access in PartitioningRunner (Revision 1442482)

     Result = SUCCESS
edwardyoon : 
Files : 
* /hama/trunk/core/src/main/java/org/apache/hama/bsp/PartitioningRunner.java
* 
/hama/trunk/examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java
* /hama/trunk/examples/src/test/java/org/apache/hama/examples/PageRankTest.java
* /hama/trunk/graph/src/test/java/org/apache/hama/graph/TestSubmitGraphJob.java

                
> 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

Reply via email to