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