Repository: giraph Updated Branches: refs/heads/trunk 9cedc7d76 -> e92f2942f
GIRAPH-899: Remove hcatalog from hadoop_facebook profile Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/e92f2942 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/e92f2942 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/e92f2942 Branch: refs/heads/trunk Commit: e92f2942f00a442283fa0bfabd443dc78e93adc8 Parents: 9cedc7d Author: Pavan Kumar <[email protected]> Authored: Sun Jun 1 13:34:05 2014 -0700 Committer: Pavan Kumar <[email protected]> Committed: Sun Jun 1 13:36:40 2014 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/e92f2942/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 36af911..11e75bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-899: Remove hcatalog from hadoop_facebook profile + GIRAPH-873: Specialized edge stores GIRAPH-898: Remove giraph-accumulo from Facebook profile (edunov via majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/e92f2942/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6bc97a..f01c057 100644 --- a/pom.xml +++ b/pom.xml @@ -1008,7 +1008,6 @@ under the License. <profile> <id>hadoop_facebook</id> <modules> - <module>giraph-hcatalog</module> <module>giraph-hive</module> </modules> <properties>
