commit | 00fc46756abb99de6f833997499505f89c9752e8 | [log] [tgz] |
---|---|---|
author | Nick Dimiduk <ndimiduk@apache.org> | Thu Jan 16 08:46:39 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 16 08:46:39 2020 -0800 |
tree | 23d646fd63944c5861f25658793c94633a135454 | |
parent | 04d789f1a7549f2ae3c25ad4d125601c6b99fdc6 [diff] |
HBASE-23653 Expose content of meta table in web ui (#1020) Adds a display of the content of 'hbase:meta' to the Master's table.jsp, when that table is selected. Supports basic pagination, filtering, &c. Signed-off-by: stack <stack@apache.org> Signed-off-by: Bharath Vissapragada <bharathv@apache.org>