To verify your installation on an unsecure cluster, complete the following steps.
Set configuration parameters.
For an unsecured cluster, use the following values:
hbase.zookeeper.quorum=localhost
hbase.zookeeper.property.clientPort=2181
zookeeper.znode.parent=/hbase-unsecure
For a secure cluster, use the following values:
hbase.zookeeper.quorum=localhost
hbase.zookeeper.property.clientPort=2181
zookeeper.znode.parent=/hbase
Logged in as hbase user, navigate to the Phoenix home directory and run the smoke tests.
cd /usr/hdp/current/phoenix-client/bin/ ./psql.py localhost:2181:/hbase-unsecure /usr/hdp/current/phoenix-client/doc/examples/WEB_STAT.sql /usr/hdp/current/phoenix-client/doc/examples/WEB_STAT.csv /usr/hdp/current/phoenix-client/doc/examples/WEB_STAT_QUERIES.sql