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>
sulution:added this entry to conf/hdfs-site.xml
<property>
<name>dfs.permissions</name>
<value>false</value>
</property>
本文介绍了解决在使用Apache Oozie时遇到的权限错误的方法。通过在hdfs-site.xml文件中设置dfs.permissions属性为false,可以解决因用户权限不足导致的任务执行失败的问题。
4758

被折叠的 条评论
为什么被折叠?



