問題
- 在IDEA運行HBASE腳本時出現如下報錯:
org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException: Column family table does not exist in region hbase:meta,,1.1588230740 in table 'hbase:meta',
解決
- 出現這個錯誤多半是由于Hbase client的版本與集群中的Hbase版本不一至造成,我出現這個問題時,我Hbase client版本為2.2.2,集群中Hbase的版本為1.3.1,改完后可以正常運行。
參考鏈接:https://www.cnblogs.com/mkl34367803/p/10723554.html