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

This commit is contained in:
stack 2019-07-26 21:32:37 -07:00
parent 8b1952a42a
commit d23236a452
1 changed files with 1 additions and 2 deletions

View File

@ -251,8 +251,7 @@ if (fqtn != null && master.isInitialized()) {
</tbody>
</table>
<%} else {
Admin admin = master.getConnection().getAdmin();
RegionLocator r = master.getClusterConnection().getRegionLocator(table.getName());
RegionLocator r = master.getConnection().getRegionLocator(table.getName());
try { %>
<h2>Table Attributes</h2>
<table class="table table-striped">