[jira] [Updated] (HBASE-19516) IntegrationTestBulkLoad and IntegrationTestImportTsv run into 'java.lang.RuntimeException: DistributedHBaseCluster@1bb564e2 not an instance of MiniHBaseCluster'

2017-12-14 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-19516:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: (was: 2.0.0)
   Status: Resolved  (was: Patch Available)

Thanks for the patch, Ankit

> IntegrationTestBulkLoad and IntegrationTestImportTsv run into 
> 'java.lang.RuntimeException: DistributedHBaseCluster@1bb564e2 not an instance 
> of MiniHBaseCluster'
> 
>
> Key: HBASE-19516
> URL: https://issues.apache.org/jira/browse/HBASE-19516
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0
>Reporter: Romil Choksi
>Assignee: Ankit Singhal
> Fix For: 2.0.0-beta-1
>
> Attachments: 19516.v1.txt
>
>
> IntegrationTestBulkLoad and IntegrationTestImportTsv run into 
> 'RuntimeException: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster'
> {code}
>2017-12-14 22:26:00,118 ERROR [main] util.AbstractHBaseTool: Error 
> running command-line tool
>java.lang.RuntimeException: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster
>   at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:219)
>   at 
> org.apache.hadoop.hbase.HBaseCommonTestingUtility.waitFor(HBaseCommonTestingUtility.java:249)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3255)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3227)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1378)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1409)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1326)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.setupTable(IntegrationTestBulkLoad.java:249)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.runLoad(IntegrationTestBulkLoad.java:229)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.testBulkLoad(IntegrationTestBulkLoad.java:223)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.runTestFromCommandLine(IntegrationTestBulkLoad.java:792)
>   at 
> org.apache.hadoop.hbase.IntegrationTestBase.doWork(IntegrationTestBase.java:155)
>   at 
> org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:154)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.main(IntegrationTestBulkLoad.java:815)
>Caused by: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:1069)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseCluster(HBaseTestingUtility.java:2711)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility$4.evaluate(HBaseTestingUtility.java:3285)
>   at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:191)
>   ... 14 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19516) IntegrationTestBulkLoad and IntegrationTestImportTsv run into 'java.lang.RuntimeException: DistributedHBaseCluster@1bb564e2 not an instance of MiniHBaseCluster'

2017-12-14 Thread Ted Yu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-19516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-19516:
---
Summary: IntegrationTestBulkLoad and IntegrationTestImportTsv run into 
'java.lang.RuntimeException: DistributedHBaseCluster@1bb564e2 not an instance 
of MiniHBaseCluster'  (was: IntegrationTestBulkLoad and 
IntegrationTestImportTsv run into 'RuntimeException: 
java.lang.RuntimeException: 
org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
org.apache.hadoop.hbase.MiniHBaseCluster')

> IntegrationTestBulkLoad and IntegrationTestImportTsv run into 
> 'java.lang.RuntimeException: DistributedHBaseCluster@1bb564e2 not an instance 
> of MiniHBaseCluster'
> 
>
> Key: HBASE-19516
> URL: https://issues.apache.org/jira/browse/HBASE-19516
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0
>Reporter: Romil Choksi
>Assignee: Ankit Singhal
> Fix For: 2.0.0, 2.0.0-beta-1
>
> Attachments: 19516.v1.txt
>
>
> IntegrationTestBulkLoad and IntegrationTestImportTsv run into 
> 'RuntimeException: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster'
> {code}
>2017-12-14 22:26:00,118 ERROR [main] util.AbstractHBaseTool: Error 
> running command-line tool
>java.lang.RuntimeException: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster
>   at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:219)
>   at 
> org.apache.hadoop.hbase.HBaseCommonTestingUtility.waitFor(HBaseCommonTestingUtility.java:249)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3255)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.waitUntilAllRegionsAssigned(HBaseTestingUtility.java:3227)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1378)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1409)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.createTable(HBaseTestingUtility.java:1326)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.setupTable(IntegrationTestBulkLoad.java:249)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.runLoad(IntegrationTestBulkLoad.java:229)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.testBulkLoad(IntegrationTestBulkLoad.java:223)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.runTestFromCommandLine(IntegrationTestBulkLoad.java:792)
>   at 
> org.apache.hadoop.hbase.IntegrationTestBase.doWork(IntegrationTestBase.java:155)
>   at 
> org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:154)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
>   at 
> org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.main(IntegrationTestBulkLoad.java:815)
>Caused by: java.lang.RuntimeException: 
> org.apache.hadoop.hbase.DistributedHBaseCluster@1bb564e2 not an instance of 
> org.apache.hadoop.hbase.MiniHBaseCluster
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:1069)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseCluster(HBaseTestingUtility.java:2711)
>   at 
> org.apache.hadoop.hbase.HBaseTestingUtility$4.evaluate(HBaseTestingUtility.java:3285)
>   at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:191)
>   ... 14 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)