[
https://issues.apache.org/jira/browse/HBASE-16255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15446622#comment-15446622
]
Ted Yu commented on HBASE-16255:
--------------------------------
The cause was likely the following:
{code}
Caused by: org.apache.hadoop.security.AccessControlException: Permission
denied: user=hbase, access=WRITE,
inode="/backupIT/backup_1472488325711/default/IntegrationTestBackupRestore.table1/.hbase-
snapshot/.tmp/snapshot_1472488327003_default_IntegrationTestBackupRestore.table1":hdfs:hdfs:drwxr-xr-x
at
org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:319)
at
org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:292)
at
org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.java:213)
{code}
which means that backupIT dir should not have been chosen under the root.
Testing small fix on the cluster now.
> Backup/Restore IT
> -----------------
>
> Key: HBASE-16255
> URL: https://issues.apache.org/jira/browse/HBASE-16255
> Project: HBase
> Issue Type: Task
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Labels: backup
> Attachments: 16255-addendum.3.txt, 16255.addendum, 16255.addendum2,
> HBASE-16255-v1.patch, HBASE-16255-v2.patch, HBASE-16255-v3.patch,
> HBASE-16255-v4.patch, HBASE-16255-v5.patch, HBASE-16255-v6.patch
>
>
> Integration test for backup restore.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)