[
https://issues.apache.org/jira/browse/HBASE-17916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969356#comment-15969356
]
Hudson commented on HBASE-17916:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #155 (See
[https://builds.apache.org/job/HBase-1.3-JDK8/155/])
HBASE-17916 Error message not clear when the permission of staging dir (stack:
rev e46cbedfa2b86b1649e7229a6aa1d065a4d36cda)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/SecureBulkLoadEndpoint.java
> Error message not clear when the permission of staging dir is not as expected
> -----------------------------------------------------------------------------
>
> Key: HBASE-17916
> URL: https://issues.apache.org/jira/browse/HBASE-17916
> Project: HBase
> Issue Type: Improvement
> Components: Operability
> Reporter: Xiang Li
> Assignee: Xiang Li
> Priority: Minor
> Labels: easyfix
> Fix For: 1.4.0, 1.2.6, 1.3.2
>
> Attachments: HBASE-17916.branch-1.000.patch
>
>
> SecureBulkLoadEndpoint checks the permission of staging dir. If it is not
> “-rwx--x--x”, the following error is prompted:
> {code}
> Directory already exists but permissions aren't set to '-rwx--x--x'
> {code}
> It says "Directory", but user has no idea what the directory is. User need to
> read code according to the stack trace to find that the error is for staging
> dir.
> Need to add more info into the error message.
> Master branch does not have this issue, as it does not check the permission
> any more.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)