While trying to export a table from one cluster to another I ran as hbase user:
hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot advcountsSnapShot -copy-to hdfs://XXX.XX.XXX.XXX:8020/hbase -mappers 16
and it failed with :
Snapshot export failed!
org.apache.hadoop.security.AccessControlException: Permission denied: user=hbase, access=WRITE, inode=”/user”:hdfs:hdfs:drwxr-xr-x
at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkFsPermission(FSPermissionChecker.java:265)
I had reset the dfs.permissions.enabled to false and still get the same error.
Any ideas what to try next.