java.io.IOException: No FileSystem for scheme: hdfs异常解决
Configurationconf=newConfiguration();conf.set("fs.hdfs.impl",org.apache.hadoop.hdfs.DistributedFileSystem.class.getName());fs=FileSystem.get(newURI(HDFS_PATH),conf);若出现java.io.IOException:NoFileSystem