原文地址: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>