You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2015/01/03 01:32:35 UTC

[jira] [Created] (HBASE-12799) ITAG fails java.lang.RuntimeException: org.apache.hadoop.hbase.DistributedHBaseCluster@49ef4b31 not an instance of org.apache.hadoop.hbase.MiniHBaseCluster

Enis Soztutar created HBASE-12799:
-------------------------------------

             Summary: ITAG fails java.lang.RuntimeException: org.apache.hadoop.hbase.DistributedHBaseCluster@49ef4b31 not an instance of org.apache.hadoop.hbase.MiniHBaseCluster
                 Key: HBASE-12799
                 URL: https://issues.apache.org/jira/browse/HBASE-12799
             Project: HBase
          Issue Type: Bug
            Reporter: Enis Soztutar
            Assignee: Enis Soztutar
             Fix For: 1.0.0, 2.0.0, 1.1.0


If the table does not exists:
{code}
2015-01-02 16:20:35,764 ERROR [main] util.AbstractHBaseTool: Error running command-line tool
java.lang.RuntimeException: org.apache.hadoop.hbase.DistributedHBaseCluster@7e02856c not an instance of org.apache.hadoop.hbase.MiniHBaseCluster
	at org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:1022)
	at org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseCluster(HBaseTestingUtility.java:2569)
	at org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3055)
	at org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3011)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1304)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1334)
	at org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1254)
	at org.apache.hadoop.hbase.TestAcidGuarantees.createTableIfMissing(TestAcidGuarantees.java:80)
	at org.apache.hadoop.hbase.TestAcidGuarantees.runTestAtomicity(TestAcidGuarantees.java:264)
	at org.apache.hadoop.hbase.IntegrationTestAcidGuarantees.runTestFromCommandLine(IntegrationTestAcidGuarantees.java:58)
	at org.apache.hadoop.hbase.IntegrationTestBase.doWork(IntegrationTestBase.java:112)
	at org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:112)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
	at org.apache.hadoop.hbase.IntegrationTestAcidGuarantees.main(IntegrationTestAcidGuarantees.java:115)
{code}

[~jmhsieh] FYI. 



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