Repository: giraph Updated Branches: refs/heads/trunk 2a7ea8b83 -> f0b6cddd3
GIRAPH-898: Remove giraph-accumulo from Facebook profile (edunov via majakabiljo) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/f0b6cddd Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/f0b6cddd Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/f0b6cddd Branch: refs/heads/trunk Commit: f0b6cddd3e255e9e31e3afe22d0f69b3c046d554 Parents: 2a7ea8b Author: Maja Kabiljo <[email protected]> Authored: Thu May 15 10:43:26 2014 -0700 Committer: Maja Kabiljo <[email protected]> Committed: Thu May 15 10:43:26 2014 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/f0b6cddd/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3f0d819..d1663c4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-898: Remove giraph-accumulo from Facebook profile (edunov via majakabiljo) + GIRAPH-896: Fix memory leak in SuperstepMetricsRegistry (edunov via pavanka) GIRAPH-897: Add an option to dump only live objects to JMap (edunov via pavanka) http://git-wip-us.apache.org/repos/asf/giraph/blob/f0b6cddd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a321d3..f6bc97a 100644 --- a/pom.xml +++ b/pom.xml @@ -1008,7 +1008,6 @@ under the License. <profile> <id>hadoop_facebook</id> <modules> - <module>giraph-accumulo</module> <module>giraph-hcatalog</module> <module>giraph-hive</module> </modules>
