maven测试| NoClassDefFoundException DirectFileOutputcommitter

时间:2014-04-07 21:12:32

标签: unit-testing hadoop amazon-s3 maven-surefire-plugin

我正在使用maven surefire插件进行单元测试。由于以下异常,其中一个单元测试崩溃:

java.lang.NoClassDefFoundError: org/apache/hadoop/mapreduce/lib/output/DirectFileOutputCommitter

谷歌上搜索告诉我这个类def在amazon-s3.jar中找到,它位于我的hadoop发行版的hadoop/lib文件夹中。如何在单元测试中解决此异常?

0 个答案:

没有答案