Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
avatar

The parent article discusses how to access the ams-hbase instance using Phoenix client when it is a standalone environment.

This article is an extension to that as I list the steps to access ams-hbase instance using Phoenix client when Zookeeper is installed on the cluster.

As described in the parent article, login to AMS Collector host machine:

1. Check the /etc/ams-hbase/conf/hbase-site.xml

2. From the above file we pick hbase.zookeeper.quorum , hbase.zookeeper.property.clientPort and zookeeper.znode.parent values

3. Goto cd /usr/lib/ambari-metrics-collector/bin

4. Invoke the client with the connection url as shown below by substituting the values:

./sqlline.py hbase.zookeeper.quorum : hbase.zookeeper.property.clientPort 😕 zookeeper.znode.parent

Example ./sqlline.py myzkqrm.com:61181:/ams-hbase-secure

1,491 Views
Version history
Last update:
‎09-16-2022 01:41 AM
Updated by:
Contributors