ubuntu下用jsp通过tomcat访问hdfs,用java代码实现没问题,可是嵌入到jsp中就出现报错Configuration conf=new Configuration()这一行老是报错:Unable to compile class for JSP:Configuration cannot be resolved to a type;这是为什么呢...
ubuntu下用jsp通过tomcat访问hdfs,用java代码实现没问题,可是嵌入到jsp中就出现报错 Configuration conf=new Configuration()这一行老是报错:Unable to compile class for JSP:Configuration cannot be resolved to a type;...