我用Spring MVC 框架搭建了一个网站,想做类似云盘的东西,在Controller去查询hdfs的文件目录,出现 Servlet.service() for servlet [springMvc] in context with path [/yunos] threw exception [Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration] with root cause java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration。
我确定架包是引入了的,不然编译应该就报错了,求救!!!!!!!!!