Edward J. Yoon created HAMA-730:
-----------------------------------

             Summary: 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