You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/24 01:34:02 UTC

[31/31] git commit: Merge branch '1.6.0-SNAPSHOT'

Merge branch '1.6.0-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cf3e1fe7
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cf3e1fe7
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cf3e1fe7

Branch: refs/heads/master
Commit: cf3e1fe75e88f4687e8410588019c57820aa1836
Parents: e63d902 7d24ff5
Author: Josh Elser <el...@apache.org>
Authored: Sat Nov 23 18:53:45 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Sat Nov 23 18:53:45 2013 -0500

----------------------------------------------------------------------
 .../core/client/mapred/AbstractInputFormat.java | 154 ++++--
 .../core/client/mapred/AccumuloInputFormat.java |  12 +
 .../core/client/mapred/InputFormatBase.java     |  14 +-
 .../core/client/mapred/RangeInputSplit.java     |  40 ++
 .../client/mapreduce/AbstractInputFormat.java   | 288 +++++------
 .../client/mapreduce/AccumuloInputFormat.java   |  11 +
 .../AccumuloMultiTableInputFormat.java          |   8 +-
 .../core/client/mapreduce/InputFormatBase.java  |  13 +-
 .../core/client/mapreduce/RangeInputSplit.java  | 486 +++++++++++++++++++
 .../mapreduce/lib/util/ConfiguratorBase.java    |   8 +-
 .../mapreduce/lib/util/InputConfigurator.java   |  24 +-
 .../AccumuloMultiTableInputFormatTest.java      |   6 +-
 .../mapreduce/AccumuloInputFormatTest.java      | 206 ++++++--
 .../AccumuloMultiTableInputFormatTest.java      |   2 +-
 .../BadPasswordSplitsAccumuloInputFormat.java   |  42 ++
 .../EmptySplitsAccumuloInputFormat.java         |  45 ++
 .../client/mapreduce/RangeInputSplitTest.java   | 107 ++++
 17 files changed, 1179 insertions(+), 287 deletions(-)
----------------------------------------------------------------------