Created 07-02-2016 04:44 PM
[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...
Created 07-02-2016 05:35 PM
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.
Created 07-02-2016 05:35 PM
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.
Created 07-05-2016 05:42 PM
Also, if you stop the phoenix shell and then open it again, the warning message will not come.