-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13399/
-----------------------------------------------------------
Review request for giraph and Avery Ching.
Bugs: GIRAPH-730
https://issues.apache.org/jira/browse/GIRAPH-730
Repository: giraph-git
Description
-------
In GiraphApplicationMaster.java, getTaskResourceMap function is not
multi-thread safe, which causes the application master fail to distribute the
resources (jar, configuration file, etc.) to each container.
Diffs
-----
giraph-core/src/main/java/org/apache/giraph/yarn/GiraphApplicationMaster.java
c2b88a0
Diff: https://reviews.apache.org/r/13399/diff/
Testing
-------
Thanks,
Chuan Lei