Updated Branches: refs/heads/trunk fad298ebb -> e28bfd323
GIRAPH-787: Use HiveIO 1.9 (gmalewicz via aching) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/e28bfd32 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/e28bfd32 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/e28bfd32 Branch: refs/heads/trunk Commit: e28bfd3236b83b584d333c115cb964f48898b27e Parents: fad298e Author: Avery Ching <[email protected]> Authored: Mon Oct 21 16:19:18 2013 -0700 Committer: Avery Ching <[email protected]> Committed: Mon Oct 21 16:20:47 2013 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/e28bfd32/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 9d55b47..707d971 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-787: Use HiveIO 1.9 (gmalewicz via aching) + GIRAPH-786: XSparseVector create a lot of objects in add/write (ikabiljo via majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/e28bfd32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9441935..f2981ff 100644 --- a/pom.xml +++ b/pom.xml @@ -272,7 +272,7 @@ under the License. <dep.guava.version>12.0</dep.guava.version> <dep.hcatalog.version>0.5.0-incubating</dep.hcatalog.version> <dep.hive.version>0.11.0</dep.hive.version> - <dep.hiveio.version>0.18</dep.hiveio.version> + <dep.hiveio.version>0.19</dep.hiveio.version> <dep.json.version>20090211</dep.json.version> <dep.junit.version>4.8</dep.junit.version> <dep.jython.version>2.5.3</dep.jython.version>
