[
https://issues.apache.org/jira/browse/HBASE-12465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Biju Nair updated HBASE-12465:
------------------------------
Description:
- Start of HBase master fails due to the following error found in the log.
2014-11-11 20:25:58,860 WARN org.apache.hadoop.hbase.backup.HFileArchiver:
Failed to archive class org.apache.hadoop.hbase.backup.HFileArchiver$FileablePa
th,file:hdfs://YYYY/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_
on try #1
org.apache.hadoop.security.AccessControlException: Permission denied:
user=hbase,access=WRITE,inode="/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_":devuser:supergroup:-rwxr-xr-x
- All the files that hbase master was complaining about are created under an
users user-id instead on "hbase" user resulting in incorrect access permission
for the master to act on.
- Looks like this was due to bulk load done using LoadIncrementalHFiles program.
- HBASE-12052 is another scenario similar to this one.
was:
- Start of HBase master fails due to the following error found in the log.
2014-11-11 20:25:58,860 WARN org.apache.hadoop.hbase.backup.HFileArchiver:
Failed to archive class org.apache.hadoop.hbase.backup.HFileArchiver$FileablePa
th,file:hdfs://YYYY/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_
on try #1
org.apache.hadoop.security.AccessControlException: Permission denied:
user=hbase,access=WRITE,inode="/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_":devuser:supergroup:-rwxr-xr-x
- All the files which hbase master complaining about are created under an
users user-id instead on "hbase" user resulting in incorrect access permission.
- Looks like this was due to bulk load done using LoadIncrementalHFiles program.
- HBASE-12052 is another scenario similar to this one.
> HBase master start fails due to incorrect file creations
> --------------------------------------------------------
>
> Key: HBASE-12465
> URL: https://issues.apache.org/jira/browse/HBASE-12465
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.96.0
> Environment: Ubuntu
> Reporter: Biju Nair
> Labels: hbase, hbase-bulkload
>
> - Start of HBase master fails due to the following error found in the log.
> 2014-11-11 20:25:58,860 WARN org.apache.hadoop.hbase.backup.HFileArchiver:
> Failed to archive class
> org.apache.hadoop.hbase.backup.HFileArchiver$FileablePa
> th,file:hdfs://YYYY/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_
> on try #1
> org.apache.hadoop.security.AccessControlException: Permission denied:
> user=hbase,access=WRITE,inode="/hbase/.tmp/data/default/tbl/00820520f5cb7839395e83f40c8d97c2/e/52bf9eee7a27460c8d9e2a26fa43c918_SeqId_282271246_":devuser:supergroup:-rwxr-xr-x
> - All the files that hbase master was complaining about are created under an
> users user-id instead on "hbase" user resulting in incorrect access
> permission for the master to act on.
> - Looks like this was due to bulk load done using LoadIncrementalHFiles
> program.
> - HBASE-12052 is another scenario similar to this one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)