Verifying HBase
Open the browser and enter http://server1:16010 to access the HBase web page. In the URL, server1 indicates the IP address of the node where the HMaster process is located, and 16010 is the default port number of HBase 1.0 or later. You can change the value of hbase.master.info.port in the hbase-site.xml file to change the port number.
Check whether the number of servers in Region Servers is the same as the number of configured agents (there are 3 agents in this example) and whether the cluster is properly started.

Parent topic: Deploying HBase