Revert "HBASE-22751 table.jsp fails if ugly regions in table"
This reverts commit d45b2d44698ad024ba7e335f4b46a22f4a32f63b.
This commit is contained in:
parent
65a6b270dd
commit
dcc2a2b8d8
@ -250,7 +250,8 @@ if (fqtn != null && master.isInitialized()) {
|
||||
</tbody>
|
||||
</table>
|
||||
<%} else {
|
||||
RegionLocator r = master.getConnection().getRegionLocator(table.getName());
|
||||
Admin admin = master.getConnection().getAdmin();
|
||||
RegionLocator r = master.getClusterConnection().getRegionLocator(table.getName());
|
||||
try { %>
|
||||
<h2>Table Attributes</h2>
|
||||
<table class="table table-striped">
|
||||
|
Loading…
x
Reference in New Issue
Block a user