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/09 23:48:58 UTC

[07/18] 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/711ae17a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/711ae17a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/711ae17a

Branch: refs/heads/hbase-12439
Commit: 711ae17a3965ec6a84e16ad2f664c0b69f29d760
Parents: 02c15a2
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Thu Apr 9 21:06:30 2015 +0100
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Thu Apr 9 22:44:59 2015 +0100

----------------------------------------------------------------------
 .../generated/MasterProcedureProtos.java        | 1935 ++++++++++++++++--
 .../src/main/protobuf/MasterProcedure.proto     |   18 +
 .../org/apache/hadoop/hbase/master/HMaster.java |   32 +-
 .../hadoop/hbase/master/MasterFileSystem.java   |   10 +-
 .../procedure/MasterDDLOperationHelper.java     |  167 ++
 .../master/procedure/ModifyTableProcedure.java  |  522 +++++
 .../procedure/TestModifyTableProcedure.java     |  403 ++++
 7 files changed, 2914 insertions(+), 173 deletions(-)
----------------------------------------------------------------------