You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/12/14 21:18:29 UTC

[accumulo] branch master updated (9cde642 -> 9e169ae)

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 9cde642  Fix formatting
     add 9e169ae  #820 - Fix broken ITs due to client issues (#830)

No new revisions were added by this update.

Summary of changes:
 .../hadoopImpl/mapred/AbstractInputFormat.java     | 262 +++++++++++---------
 .../hadoopImpl/mapreduce/AbstractInputFormat.java  | 274 +++++++++++----------
 .../mapreduce/lib/InputConfigurator.java           |   8 +-
 .../accumulo/harness/SharedMiniClusterBase.java    |  11 +-
 .../accumulo/test/ArbitraryTablePropertiesIT.java  |   6 +-
 .../accumulo/test/NewTableConfigurationIT.java     |  34 +--
 .../org/apache/accumulo/test/ShellServerIT.java    |  48 ++--
 .../apache/accumulo/test/SplitCancelsMajCIT.java   |   2 +-
 .../accumulo/test/TabletServerGivesUpIT.java       |   9 +-
 .../test/functional/DeletedTablesDontFlushIT.java  |   2 +-
 .../accumulo/test/proxy/SimpleProxyBase.java       |   2 +-
 .../test/replication/StatusCombinerMacIT.java      |   4 +-
 12 files changed, 349 insertions(+), 313 deletions(-)