HDFS的Java访问接口

查看数: 26890 | 评论数: 9 | 收藏 3
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2013-10-25 10:46

正文摘要:

得到filesystem的实例 有两个静态方法可以得到filesystem接口的实例 public static FileSystem get(Configuration conf) throws IOException public static FileSystem get(URI uri, Configuration conf) th ...

回复

SuperDove 发表于 2016-8-30 11:12:35
不知道在干嘛,但是感觉用hadoop-eclipse-plugin就可以直接管理hdfs集群文件了啊,新手感觉
We1 发表于 2016-3-20 22:15:39
非常感谢楼主分享
tang 发表于 2015-4-4 21:41:04
Minimumy 发表于 2015-4-2 18:21:11
学习!!!
maizhu 发表于 2014-9-28 12:47:11
einhep 发表于 2013-10-25 10:46:09
回复 4# fiberlijun
哈哈,明白了,原来同出一辙。
JavaShoote 发表于 2013-10-25 10:46:09
Path的getFileSystem其实还是调用FileSystem 的get方法
public FileSystem getFileSystem(Configuration conf) throws IOException {
    return FileSystem.get(this.toUri(), conf);
  }
poptang4 发表于 2013-10-25 10:46:09
回复 2# alexanderdai
这个确实也可以,MapReduce中用得比较多。
cryst2l 发表于 2013-10-25 10:46:09
path.getFileSystem也可以获取,这种方式应该是最直接的。
关闭

推荐上一条 /2 下一条