Updated Branches: refs/heads/trunk 84cdd9f83 -> b079e2ba8
GIRAPH-607: Hive IO bump (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/b079e2ba Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/b079e2ba Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/b079e2ba Branch: refs/heads/trunk Commit: b079e2ba8fb8961a73b1d1dc71b63de8116401c1 Parents: 84cdd9f Author: Nitay Joffe <[email protected]> Authored: Sat Apr 6 03:22:26 2013 +0300 Committer: Nitay Joffe <[email protected]> Committed: Sat Apr 6 03:22:26 2013 +0300 ---------------------------------------------------------------------- CHANGELOG | 2 ++ giraph-hive/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/b079e2ba/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index cfb238e..cd21461 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-607: Hive IO bump (nitay) + GIRAPH-564: Input/output formats and readers/writers should implement ImmutableClassesGiraphConfigurable (aching) http://git-wip-us.apache.org/repos/asf/giraph/blob/b079e2ba/giraph-hive/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-hive/pom.xml b/giraph-hive/pom.xml index cc16ca2..2f80165 100644 --- a/giraph-hive/pom.xml +++ b/giraph-hive/pom.xml @@ -73,7 +73,7 @@ under the License. <!-- compile dependencies. sorted lexicographically. --> <dependency> <groupId>com.facebook.giraph.hive</groupId> - <artifactId>hive-io-experimental</artifactId> + <artifactId>hive-io-exp-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> http://git-wip-us.apache.org/repos/asf/giraph/blob/b079e2ba/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c883d41..71467cd 100644 --- a/pom.xml +++ b/pom.xml @@ -936,8 +936,8 @@ under the License. <!-- compile dependencies. sorted lexicographically. --> <dependency> <groupId>com.facebook.giraph.hive</groupId> - <artifactId>hive-io-experimental</artifactId> - <version>0.5</version> + <artifactId>hive-io-exp-core</artifactId> + <version>0.6</version> </dependency> <dependency> <groupId>com.google.guava</groupId>
