Updated Branches: refs/heads/trunk 7d4b72561 -> ed91e4e3f
GIRAPH-771: Upgrade hive-io to 0.17 (majakabiljo) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/ed91e4e3 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/ed91e4e3 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/ed91e4e3 Branch: refs/heads/trunk Commit: ed91e4e3f1e1741e18401836891fd3a6257a5247 Parents: 7d4b725 Author: Maja Kabiljo <[email protected]> Authored: Fri Sep 27 15:09:49 2013 -0700 Committer: Maja Kabiljo <[email protected]> Committed: Fri Sep 27 15:16:04 2013 -0700 ---------------------------------------------------------------------- CHANGELOG | 8 ++++++++ pom.xml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/ed91e4e3/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index b0da51c..bb2033b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ Giraph Change Log Release 1.1.0 - unreleased + GIRAPH-771: Upgrade hive-io to 0.17 (majakabiljo) + + GIRAPH-756: Provide a way to halt running application (majakabiljo) + + GIRAPH-753: Efficient dense matrix aggregators (herald via apresta) + + GIRAPH-752: Better support for supernodes (majakabiljo) + GIRAPH-727: Support for Watts Strogatz VertexInputFormat (claudio) GIRAPH-746: Track and log versions of dependencies (nitay) http://git-wip-us.apache.org/repos/asf/giraph/blob/ed91e4e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41b6bb1..397eed2 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.16</dep.hiveio.version> + <dep.hiveio.version>0.17</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>
