Updated Branches: refs/heads/trunk 5e758b849 -> bc066fa43
GIRAPH-664: Bump HiveIO dep - fixes tests with hadoop facebook (nitayj via majakabiljo) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/bc066fa4 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/bc066fa4 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/bc066fa4 Branch: refs/heads/trunk Commit: bc066fa431e520370e3cdd5ba5766c75d7060869 Parents: 5e758b8 Author: Maja Kabiljo <[email protected]> Authored: Tue May 7 17:32:06 2013 -0700 Committer: Maja Kabiljo <[email protected]> Committed: Tue May 7 17:32:06 2013 -0700 ---------------------------------------------------------------------- CHANGELOG | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/bc066fa4/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index f828e78..14ec5a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-664: Bump HiveIO dep - fixes tests with hadoop facebook + (nitayj via majakabiljo) + GIRAPH-622: Website Documentation: Out-of-core (claudio) GIRAPH-659: giraph-hive tests all fail (majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/bc066fa4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 958a7df..0bd85a4 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,7 @@ under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <dep.hiveio.version>0.10</dep.hiveio.version> + <dep.hiveio.version>0.11</dep.hiveio.version> <hbase.version>0.90.5</hbase.version> <codehaus-jackson.version>1.8.0</codehaus-jackson.version> <fasterxml-jackson.version>2.1.0</fasterxml-jackson.version>
