This typically indicates that you have another HBase instance running. Make sure you have only one instance running, test run should complete then.
Unit tests should not use the same resources with the local HB instance. We should fix this. Did you file a JIRA for this by any chance? -Hanifi 2015-06-02 14:26 GMT-07:00 Abdel Hakim Deneche <[email protected]>: > did you try it on master ? > > On Tue, Jun 2, 2015 at 1:52 PM, Sudheesh Katkam <[email protected]> > wrote: > > > Hi Drillers, > > > > When I run unit tests (mvn clean install), I am getting: > > > > Running org.apache.drill.hbase.HBaseTestsSuite > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 34.951 > sec > > <<< FAILURE! - in org.apache.drill.hbase.HBaseTestsSuite > > org.apache.drill.hbase.HBaseTestsSuite Time elapsed: 34.951 sec <<< > > ERROR! > > java.io.IOException: Shutting down > > at > > > org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.java:190) > > at > > > org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster.java:425) > > at > > org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:224) > > at > > org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:93) > > at > > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:912) > > at > > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:881) > > at > > > org.apache.drill.hbase.HBaseTestsSuite.initCluster(HBaseTestsSuite.java:88) > > > > Results : > > > > Tests in error: > > HBaseTestsSuite.initCluster:88 ยป IO Shutting down > > > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 > > > > Is anyone else seeing this? > > > > Thank you, > > Sudheesh > > > > > -- > > Abdelhakim Deneche > > Software Engineer > > <http://www.mapr.com/> > > > Now Available - Free Hadoop On-Demand Training > < > http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available > > >
