[
https://issues.apache.org/jira/browse/HBASE-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881567#action_12881567
]
Jonathan Gray commented on HBASE-2775:
--------------------------------------
Dug into MiniDFSCluster on latest hadoop-20-append branch. Looks like this is
our problem:
{noformat}
public static final File BASE_DIR =
new File(System.getProperty("test.build.data", "build/test/data"), "dfs/");
{noformat}
This means you can't have multiple MiniDFSClusters in a single jvm. Odd
regression, digging more.
> Update of hadoop jar in HBASE-2771 broke TestMultiClusters
> ----------------------------------------------------------
>
> Key: HBASE-2775
> URL: https://issues.apache.org/jira/browse/HBASE-2775
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.21.0
> Reporter: Jonathan Gray
> Priority: Blocker
> Fix For: 0.21.0
>
>
> TestMultiClusters failing following HBASE-2771
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.