You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2016/07/15 21:15:41 UTC

[3/3] incubator-fluo-recipes git commit: Merge remote-tracking branch 'mike/fr-50'

Merge remote-tracking branch 'mike/fr-50'


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/commit/a8b85f33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/tree/a8b85f33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo-recipes/diff/a8b85f33

Branch: refs/heads/master
Commit: a8b85f33288e32b73b6c042305f1cf065195b863
Parents: 9bafe1a 0ce1bc2
Author: Keith Turner <kt...@apache.org>
Authored: Fri Jul 15 17:05:40 2016 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Fri Jul 15 17:05:40 2016 -0400

----------------------------------------------------------------------
 docs/row-hasher.md                              |  4 +-
 docs/table-optimization.md                      |  6 +-
 .../recipes/accumulo/cmds/OptimizeTable.java    |  5 +-
 .../recipes/accumulo/ops/TableOperations.java   | 14 ++--
 .../org/apache/fluo/recipes/common/Pirtos.java  | 83 --------------------
 .../fluo/recipes/common/TableOptimizations.java | 82 +++++++++++++++++++
 .../org/apache/fluo/recipes/data/RowHasher.java | 12 +--
 .../apache/fluo/recipes/export/ExportQueue.java | 21 ++---
 .../fluo/recipes/map/CollisionFreeMap.java      | 20 ++---
 .../fluo/recipes/common/TestGrouping.java       | 25 +++---
 .../org/apache/fluo/recipes/map/SplitsTest.java | 15 ++--
 .../fluo/recipes/test/AccumuloExportITBase.java |  5 +-
 12 files changed, 149 insertions(+), 143 deletions(-)
----------------------------------------------------------------------