[
https://issues.apache.org/jira/browse/HBASE-26985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani resolved HBASE-26985.
----------------------------------
Fix Version/s: 2.6.0
3.0.0-alpha-3
2.4.13
2.5.1
Hadoop Flags: Reviewed
Assignee: Zhang Dongsheng
Resolution: Fixed
> SecureBulkLoadManager will set wrong permission if umask too strict
> -------------------------------------------------------------------
>
> Key: HBASE-26985
> URL: https://issues.apache.org/jira/browse/HBASE-26985
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 2.4.11
> Reporter: Zhang Dongsheng
> Assignee: Zhang Dongsheng
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-3, 2.4.13, 2.5.1
>
> Attachments: HBASE-26985.patch
>
>
> SecureBulkLoadManager will create baseStagingDir if not exist. start method
> use
> fs.mkdirs(baseStagingDir, PERM_HIDDEN); to create directory with permission
> -rwx–x–x.BUT if umask is too strict such as 077 ,this directory will create
> with 0700 so it too strict for GROUP and OTHER user to own execute permission
--
This message was sent by Atlassian Jira
(v8.20.7#820007)