org.apache.hadoop.security.AccessControlException: Permission denied: user=xxj,

来源:互联网 发布:php cookie保存数据 编辑:程序博客网 时间:2024/05/21 18:59

原文地址:http://blog.sina.com.cn/s/blog_5f3895a00100w2pu.html



error:org.apache.oozie.action.ActionExecutorException: JA002: org.apache.hadoop.security.AccessControlException: Permission denied: user=xxj, access=WRITE, inode="user":hadoop:supergroup:rwxr-xr-x

sulution:added this entry to conf/hdfs-site.xml

<property>
<name>dfs.permissions</name>
<value>false</value>
</property>

原创粉丝点击