Revert "HBASE-22751 table.jsp fails if ugly regions in table"

This reverts commit d45b2d44698ad024ba7e335f4b46a22f4a32f63b.
This commit is contained in:
Peter Somogyi 2019-07-30 10:12:03 +02:00
parent 65a6b270dd
commit dcc2a2b8d8

View File

@ -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">