java-org.apache.hadoop.hdfs.DFSInputStream上的NoSuchMethodError
我有一个非常简单的Java代码,可以从hdfs中读取数据try{InputStreams=newGzipCompressorInputStream(hdfsFileSystem.open(filePath),false);ByteStreams.copy(s,outputStream);s.close();}catch(Exceptionex){logger.error("Problemwithfile"+