HBASE-22751 table.jsp fails if ugly regions in table
This commit is contained in:
parent
31c99ff393
commit
d45b2d4469
|
@ -250,8 +250,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">
|
||||
|
|
Loading…
Reference in New Issue