Joao Girao created HBASE-13718:
----------------------------------
Summary: Add a pretty printed table description to the table
detail page of HBase's master
Key: HBASE-13718
URL: https://issues.apache.org/jira/browse/HBASE-13718
Project: HBase
Issue Type: Improvement
Components: hbase
Reporter: Joao Girao
Assignee: Joao Girao
Priority: Minor
HBase's master has an info server that's useful for debugging and getting a
general overview of what's in the cluster. It has a page dedicated to
describing a cluster. You can reach it by going to something like:
http://localhost:54677/table.jsp?name=cluster_test
That page currently doesn't have anything about the current table schema. It
would be nice to have a table that lists the different column families and how
they are set up.
This should be done in open source world and reviewed in Apache's jira. However
at this time there's no associated jira filed. So you'll need to create and
account and create the issue under HBASE.
All testing and debugging of this can be done on a local mode instance of HBase
which can be run by executing bin/start-hbase.sh after compiling. Then using
your web browser to go to localhost:16010 will take you to the HBase's master
info server page.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)