Merge branch 'GORA-401' of https://github.com/djkevincr/gora
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/3796843b Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/3796843b Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/3796843b Branch: refs/heads/master Commit: 3796843b08037457fa31750121cb71c55387035e Parents: 0f11da5 28e1011 Author: Alfonso Nishikawa <[email protected]> Authored: Thu Sep 22 22:07:59 2016 -0100 Committer: Alfonso Nishikawa <[email protected]> Committed: Thu Sep 22 22:07:59 2016 -0100 ---------------------------------------------------------------------- .../mapreduce/MapReduceSerialization.java | 158 +++++++++++++++++++ .../gora/mapreduce/PersistentDeserializer.java | 6 +- .../gora/mapreduce/PersistentSerializer.java | 2 +- .../gora/mapreduce/MapReduceTestUtils.java | 44 ++++++ .../java/org/apache/gora/util/TestIOUtils.java | 5 + .../TestHBaseStoreMapReduceSerialization.java | 56 +++++++ 6 files changed, 269 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
