2、关于spring boot调用hbase的table.getScanner(scan)报错:
Could not initialize class org.apache.hadoop.hbase.util.ByteStringer
解决方案:
org.apache.hbase hbase-client1.3.0
替换为
org.apache.hbase hbase-shaded-client1.3.0

2、关于spring boot调用hbase的table.getScanner(scan)报错:
Could not initialize class org.apache.hadoop.hbase.util.ByteStringer
解决方案:
org.apache.hbase hbase-client1.3.0
替换为
org.apache.hbase hbase-shaded-client1.3.0