用java操做hdfs(建立文件夾,上傳文件,下載文件,刪除文件)

FileSystem fs=FileSystem.get(new URI("hdfs://hadoop:9000"), new Configuration());ide //建立文件夾oop fs.mkdirs(new Path("hdfs://hadoop:9000/zys2"));spa //上傳文件blog FSDataOutputStream out=fs.create(new Path(
相關文章
相關標籤/搜索