Updated Branches: refs/heads/trunk 21548aa8d -> 0deccf5a2
GIRAPH-823: upgrade hiveio to version 0.21 from olderversion 0.20 (pavanka via majakabiljo) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/0deccf5a Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/0deccf5a Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/0deccf5a Branch: refs/heads/trunk Commit: 0deccf5a21953670c478b866ee1d74784fcae277 Parents: 21548aa Author: Maja Kabiljo <[email protected]> Authored: Thu Jan 16 10:43:25 2014 -0800 Committer: Maja Kabiljo <[email protected]> Committed: Thu Jan 16 10:43:25 2014 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/0deccf5a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 7b11341..135ba78 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-823: upgrade hiveio to version 0.21 from olderversion 0.20 (pavanka via majakabiljo) + GIRAPH-724: UnsafeByteArrayOutputStream.writeUTF should call ensureSize (yhdong via majakabiljo) GIRAPH-821: proper handling of NegativeArraySizeException for all ByteArray backed http://git-wip-us.apache.org/repos/asf/giraph/blob/0deccf5a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af9b216..da25a06 100644 --- a/pom.xml +++ b/pom.xml @@ -281,7 +281,7 @@ under the License. <dep.hbase.version>0.90.5</dep.hbase.version> <dep.hcatalog.version>0.5.0-incubating</dep.hcatalog.version> <dep.hive.version>0.11.0</dep.hive.version> - <dep.hiveio.version>0.20</dep.hiveio.version> + <dep.hiveio.version>0.21</dep.hiveio.version> <dep.json.version>20090211</dep.json.version> <dep.junit.version>4.11</dep.junit.version> <dep.jython.version>2.5.3</dep.jython.version>
