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/de79c0c8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/de79c0c8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/de79c0c8 Branch: refs/heads/master Commit: de79c0c8958aa08f89479b419e673f0cb6e15c90 Parents: 1bfa738 764884e Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Jan 3 22:01:53 2014 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Jan 3 22:01:53 2014 -0500 ---------------------------------------------------------------------- .../org/apache/accumulo/core/Constants.java | 2 - .../core/client/admin/TableOperations.java | 2 +- .../accumulo/core/client/impl/Namespaces.java | 41 ++++ .../accumulo/core/client/impl/Tables.java | 74 ++++++- .../client/mock/MockNamespaceOperations.java | 4 +- .../core/client/mock/MockTableOperations.java | 3 +- .../accumulo/core/util/ArgumentChecker.java | 33 +++ .../util/shell/commands/CreateTableCommand.java | 4 +- .../server/client/ClientServiceHandler.java | 10 +- .../accumulo/master/FateServiceHandler.java | 215 +++++++++---------- .../master/MasterClientServiceHandler.java | 4 +- .../org/apache/accumulo/test/NamespacesIT.java | 37 ++-- 12 files changed, 285 insertions(+), 144 deletions(-) ----------------------------------------------------------------------