不知道在干嘛,但是感觉用hadoop-eclipse-plugin就可以直接管理hdfs集群文件了啊,新手感觉 |
非常感谢楼主分享 |
学习!!! |
Path的getFileSystem其实还是调用FileSystem 的get方法 public FileSystem getFileSystem(Configuration conf) throws IOException { return FileSystem.get(this.toUri(), conf); } |
path.getFileSystem也可以获取,这种方式应该是最直接的。 |