You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2015/05/01 17:28:08 UTC

[22/50] [abbrv] 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/7f538336
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7f538336
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7f538336

Branch: refs/heads/hbase-11339
Commit: 7f5383368b459913129bc13060e53b5cbb5d4e77
Parents: 6a6e3f4
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Thu Apr 9 21:06:30 2015 +0100
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Fri Apr 10 18:53:43 2015 +0100

----------------------------------------------------------------------
 .../generated/MasterProcedureProtos.java        | 1587 ++++++++++++++++--
 .../src/main/protobuf/MasterProcedure.proto     |   17 +
 .../org/apache/hadoop/hbase/master/HMaster.java |   32 +-
 .../hadoop/hbase/master/MasterFileSystem.java   |   10 +-
 .../procedure/MasterDDLOperationHelper.java     |  167 ++
 .../master/procedure/ModifyTableProcedure.java  |  512 ++++++
 .../procedure/TestModifyTableProcedure.java     |  403 +++++
 7 files changed, 2539 insertions(+), 189 deletions(-)
----------------------------------------------------------------------