1.Error: org.apache.hadoop.hbase.DoNotRetryIOException: java.io.IOException: Unable to load configured region split policy 'org.apache.phoenix.schema.MetaDataSplitPolicy' for table 'SYSTEM.CATALOG'

参考:https://my.oschina.net/weikan/blog/684850

 将pheonix的core和server对应的jar包加入到hbase的classpath中,稳妥做法复制到hbase/lib下

2.注意拷贝的版本,不同版本会报下面的错

Error: ERROR 2006 (INT08): Incompatible jars detected between client and server. Ensure that phoenix-[version]-server.jar is put on the classpathof HBase in every region server: org.apache.hadoop.hbase.exceptions.UnknownProtocolException: No registered coprocessor service found for MetaDataService in region SYSTEM.CATALOG,,1574410959881.cd746b1519368f5e262005e04d8e9028.

 

相关文章:

  • 2022-02-01
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-11-21
猜你喜欢
  • 2021-12-23
  • 2021-11-12
  • 2021-09-08
  • 2021-04-15
  • 2022-01-07
  • 2021-07-23
  • 2021-12-09
相关资源
相似解决方案