1.概述 简介: Hadoop Exception in createBlockOutputStream 报错: 获取FileSystem的时候 # dfs.data.transfer.protection这个配置添加上面就可以了 conf.set("dfs.data.transfer.protection","integrity"); FileSystem fs = FileSystem.get(URI.create(defaultFSUrl),conf); 原理: