[
https://issues.apache.org/jira/browse/HBASE-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13538482#comment-13538482
]
Hadoop QA commented on HBASE-7423:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12562160/hbase-7423_v1.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified tests.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/3659//console
This message is automatically generated.
> 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
> Attachments: hbase-7423_v1.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