Drill 1.12.0查询Hbase表数据跑出异常错误:

Error: SYSTEM ERROR: IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from class org.apache.hadoop.hbase.zookeeper.MetaTableLocator


Drill 1.12.0 查询Hbase报错: IllegalAccessError: tried to access method com.google.common.base.Stopwatch

解决办法,切换guava.jar版本,插件自带版本为guava-18.0.jar,要降低版本,支持hbase,我这里切换为guava-15.0.jar

Drill 1.12.0 查询Hbase报错: IllegalAccessError: tried to access method com.google.common.base.Stopwatch

问题解决

相关文章:

  • 2021-12-22
  • 2021-11-06
  • 2021-06-05
  • 2021-11-28
  • 2022-01-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-11-16
  • 2021-08-01
  • 2021-07-09
  • 2021-04-09
相关资源
相似解决方案