Re: HBase test utility (HBaseTestingUtility)

2020-03-17 Thread Bharath Vissapragada
What version of HBase? We noticed similar issues when using non-loopback addresses for various dependencies, especially ZK (HBASE-23764 , HBASE-23919 , HBASE-23993

HBase test utility (HBaseTestingUtility)

2020-03-17 Thread Kirill Yankov
Hello everyone! I need your expertise. I am currently doing integration tests with HBase and I am using HBaseTestingUtility. But the startup of the mini cluster is very slow (it takes about 300 seconds). I just do: HBaseTestingUtility hbaseUtil = new HBaseTestingUtility(); MiniHBaseCluster