异常信息:

Exception in thread "main" java.lang.IllegalAccessError: class org.apache.hadoop.hdfs.web.HftpFileSystem cannot access its superinterface org.apache.hadoop.hdfs.web.TokenAspect$TokenManagementDelegator

完整错误信息如下:

class org.apache.hadoop.hdfs.web.HftpFileSystem cannot access its superinterface

 

解决:在IDEA导出jar包之前,将依赖包中所有hadoop-hdfs-***.jar包删除

相关文章:

  • 2021-09-15
  • 2022-12-23
  • 2021-06-18
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-04-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-07-05
  • 2021-08-23
相关资源
相似解决方案