[ 
https://issues.apache.org/jira/browse/HBASE-16939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607019#comment-15607019
 ] 

Hudson commented on HBASE-16939:
--------------------------------

SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #51 (See 
[https://builds.apache.org/job/HBase-1.2-JDK8/51/])
HBASE-16939 ExportSnapshot: set owner and permission on right directory 
(matteo.bertozzi: rev 6542d651bf4c612f9e1e7b328dbea07eca1a5ae0)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/ExportSnapshot.java


> ExportSnapshot: set owner and permission on right directory
> -----------------------------------------------------------
>
>                 Key: HBASE-16939
>                 URL: https://issues.apache.org/jira/browse/HBASE-16939
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Minor
>             Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.4, 1.1.8
>
>         Attachments: HBASE-16939-v1.patch, HBASE-16939.patch
>
>
> {code}
> FileUtil.copy(inputFs, snapshotDir, outputFs, initialOutputSnapshotDir, 
> false, false, conf);
>       if (filesUser != null || filesGroup != null) {
>         setOwner(outputFs, snapshotTmpDir, filesUser, filesGroup, true);
>       }
>       if (filesMode > 0) {
>         setPermission(outputFs, snapshotTmpDir, (short)filesMode, true);
>       }
> {code}
> It copy snapshot manifest to initialOutputSnapshotDir, but it set owner on 
> snapshotTmpDir. They are different directory when skipTmp is true.
> Another problem is new cluster doesn't have .hbase-snapshot directory. So 
> after export snapshot, it should set owner on .hbase-snapshot directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to