You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2015/04/15 12:55:04 UTC

[16/27] hbase git commit: HBASE-13210 Procedure V2 - master Modify table (Stephen Yuan Jiang)

HBASE-13210 Procedure V2 - master Modify table (Stephen Yuan Jiang)


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

Branch: refs/heads/branch-1
Commit: c967595acb832144c9c9acf7084d16a5f525a162
Parents: 67149d2
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Thu Apr 9 21:06:30 2015 +0100
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Wed Apr 15 11:03:14 2015 +0100

----------------------------------------------------------------------
 .../generated/MasterProcedureProtos.java        | 1587 ++++++++++++++++--
 .../src/main/protobuf/MasterProcedure.proto     |   17 +
 .../org/apache/hadoop/hbase/master/HMaster.java |   14 +-
 .../hadoop/hbase/master/MasterFileSystem.java   |   10 +-
 .../procedure/MasterDDLOperationHelper.java     |  167 ++
 .../master/procedure/ModifyTableProcedure.java  |  510 ++++++
 .../procedure/TestModifyTableProcedure.java     |  402 +++++
 7 files changed, 2526 insertions(+), 181 deletions(-)
----------------------------------------------------------------------