You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2010/06/23 08:34:51 UTC

[jira] Commented: (HBASE-2775) Update of hadoop jar in HBASE-2771 broke TestMultiClusters

    [ 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.