Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Enabled Phoenix in Sandbox HDP 2.5 and got error on load

avatar
Master Guru
[hbase@sandbox bin]$ ./sqlline.py localhost


16/07/02 04:22:51 WARN query.TableStatsCache: Unable to read from stats table
org.apache.hadoop.hbase.TableNotFoundException: Table 'SYSTEM.STATS' was not found, got: SYSTEM.CATALOG.
at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegionInMeta(ConnectionManager.java:1281)
at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.locateRegion(ConnectionManager.java:1162)
at org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas.getRegionLocations(RpcRetryingCallerWithReadReplicas.java:300)

Following this tutorial https://github.com/hortonworks/tutorials/blob/hdp-2.5/tutorials/hortonworks/introducing-hbase-phoeni...

1 ACCEPTED SOLUTION

avatar
Super Guru

It's just a "bug". The warning message just needs to be suppressed. This will be fixed in the final shipped version of HDP 2.5. I assume the sandbox just grabbed an earlier version that has this.

View solution in original post

2 REPLIES 2

avatar
Super Guru

It's just a "bug". The warning message just needs to be suppressed. This will be fixed in the final shipped version of HDP 2.5. I assume the sandbox just grabbed an earlier version that has this.

avatar
Super Collaborator

Also, if you stop the phoenix shell and then open it again, the warning message will not come.