GIRAPH-932 - Adding .arcconfig to GIRAPH for Arcanist support Summary: As above
Test Plan: This diff. Reviewers: maja.kabiljo Reviewed By: maja.kabiljo Subscribers: maja.kabiljo Differential Revision: https://reviews.facebook.net/D20439 Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/93035222 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/93035222 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/93035222 Branch: refs/heads/release-1.1 Commit: 930352220d5b201007e886ad8f92f9796d828a6a Parents: 969a488 Author: Avery Ching <[email protected]> Authored: Tue Jul 22 17:20:07 2014 -0700 Committer: Avery Ching <[email protected]> Committed: Tue Jul 22 17:34:06 2014 -0700 ---------------------------------------------------------------------- .arcconfig | 7 +++++++ CHANGELOG | 2 ++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/93035222/.arcconfig ---------------------------------------------------------------------- diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..c598de7 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,7 @@ +{ + "project_id" : "giraph", + "conduit_uri" : "https://reviews.facebook.net/", + "copyright_holder" : "Apache Software Foundation", + "jira_project" : "GIRAPH", + "jira_api_url" : "https://issues.apache.org/jira/browse/GIRAPH" +} http://git-wip-us.apache.org/repos/asf/giraph/blob/93035222/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index d6d998c..54ed3a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-932: Adding .arcconfig to GIRAPH for Arcanist support (aching) + GIRAPH-927: Decouple netty server threads from message processing (edunov via pavanka) GIRAPH-924: Fix checkpointing (edunov via majakabiljo)
