标签: java hadoop hdfs
我尝试使用以下方法删除目录,
FileSystem fs = FileSystem.get(getConf()); fs.delete(new Path("path/to/file"), true);
但面对许可拒绝错误,这有可能解决吗?
我尝试了以下解决方案,但它无效,
dfs.permissions=false in hdfs-site.xml