Updated Branches: refs/heads/trunk 4d520645f -> af1c05d8c
GIRAPH-843: remove rexter from hadoop_facebook profile (pavanka via aching) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/af1c05d8 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/af1c05d8 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/af1c05d8 Branch: refs/heads/trunk Commit: af1c05d8cfb1205fde974845d05805871ec31aa7 Parents: 4d52064 Author: Avery Ching <[email protected]> Authored: Mon Feb 3 23:35:51 2014 -0800 Committer: Avery Ching <[email protected]> Committed: Mon Feb 3 23:35:51 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/af1c05d8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index b707cc2..fdc6384 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-843: remove rexter from hadoop_facebook profile (pavanka via aching) + GIRAPH-838: setup time & total time counter also include time spent waiting for machines (pavanka via majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/af1c05d8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index efad0de..f0fb763 100644 --- a/pom.xml +++ b/pom.xml @@ -956,7 +956,6 @@ under the License. <module>giraph-hbase</module> <module>giraph-hcatalog</module> <module>giraph-hive</module> - <module>giraph-rexster</module> </modules> <properties> <hadoop.version>0.20.0</hadoop.version>
