摘要: 阅读全文
posted @ 2019-09-02 20:23 BIG_BOSS_ZC 阅读(312) 评论(0) 推荐(0)
摘要: 文件上传原理图 剖析文件写入 1.客户端(client)通过对DistributedFileSystem对象调用create()来新建文件; FSDataOutputStream outputStream = fileSystem.create(new Path("/test.txt")); 2.D 阅读全文
posted @ 2019-09-02 15:51 BIG_BOSS_ZC 阅读(138) 评论(0) 推荐(0)