Exception in thread "main" java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper at hellomichi.HDFSApi.main(HDFSApi.java:40)
时间: 2023-11-18 08:56:44 浏览: 207
出现Exception in threadmain java.lang.NoClassDefFoundError的各种可能情况.doc
这个错误是由于缺少com.ctc.wstx.io.InputBootstrapper类所在的jar包导致的。可以尝试引入woodstox-core-5.0.3.jar这个jar包,将其放置在路径/usr/local/hadoop/share/hadoop/common/lib下。这个jar包包含了com.ctc.wstx.io.InputBootstrapper类,可以解决这个错误。
阅读全文