[
https://issues.apache.org/jira/browse/HBASE-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544465#comment-13544465
]
Hudson commented on HBASE-7423:
-------------------------------
Integrated in HBase-0.94-security-on-Hadoop-23 #10 (See
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/10/])
HBASE-7423. HFileArchiver should not use the configuration from the
Filesystem (Revision 1428684)
Result = FAILURE
enis :
Files :
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/CatalogJanitor.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/Store.java
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
> HFileArchiver should not use the configuration from the Filesystem
> ------------------------------------------------------------------
>
> Key: HBASE-7423
> URL: https://issues.apache.org/jira/browse/HBASE-7423
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.96.0, 0.94.4
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.96.0, 0.94.5
>
> Attachments: hbase-7423_v1.patch, hbase-7423_v2.patch,
> hbase-7423_v2.patch, hbase-7423_v3-0.94.patch, hbase-7423_v3.patch
>
>
> HFileArchiver gets the configuration from the FileSystem in
> {code}
> public static void archiveRegion(FileSystem fs, HRegionInfo info)
> throws IOException {
> Path rootDir = FSUtils.getRootDir(fs.getConf());
> {code}
> In Pig's test cases, they construct a MiniDFSCluster and pass it to
> HBaseTestingUtil, which causes the delete table to fail because it will refer
> to the FileSystem's configuration rather than HBase's one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira