diff --git a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp index a992cc3cb6b..aa96249c746 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -720,46 +720,57 @@ if (withReplica) { Actions:

- +
- - - - - - - - - - - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + +
-  Row Key (optional):This action will force a compaction of all - regions of the table, or, if a key is supplied, only the region containing the - given key.
 
-  Row Key (optional):This action will force a split of all eligible - regions of the table, or, if a key is supplied, only the region containing the - given key. An eligible region is one that does not contain any references to - other regions. Split requests for noneligible regions will be ignored. + + + + + This action will force a compaction of all regions of the table, or, + if a key is supplied, only the region containing the + given key. +
-  Region Key (Required): - Region Key (Required) :This action will merge two - regions of the table, Merge requests for noneligible regions will be ignored. + + + + + This action will force a split of all eligible + regions of the table, or, if a key is supplied, only the region containing the + given key. An eligible region is one that does not contain any references to + other regions. Split requests for noneligible regions will be ignored. +
+ + + + + + This action will merge two regions of the table, Merge requests for + noneligible regions will be ignored. +