HBASE-20544 ADDENDUM Make HBTU default to random ports.
Signed-off-by: Mike Drob <mdrob@apache.org> Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
This commit is contained in:
parent
db04a9f9d9
commit
92a58016ae
|
@ -69,7 +69,7 @@ public class TestEnableRSGroup {
|
||||||
TEST_UTIL.getMiniHBaseCluster().waitOnMaster(0);
|
TEST_UTIL.getMiniHBaseCluster().waitOnMaster(0);
|
||||||
|
|
||||||
LOG.info("stopped master...");
|
LOG.info("stopped master...");
|
||||||
final Configuration conf = TEST_UTIL.getConfiguration();
|
final Configuration conf = TEST_UTIL.getMiniHBaseCluster().getConfiguration();
|
||||||
conf.set(CoprocessorHost.MASTER_COPROCESSOR_CONF_KEY, RSGroupAdminEndpoint.class.getName());
|
conf.set(CoprocessorHost.MASTER_COPROCESSOR_CONF_KEY, RSGroupAdminEndpoint.class.getName());
|
||||||
conf.set(HConstants.HBASE_MASTER_LOADBALANCER_CLASS, RSGroupBasedLoadBalancer.class.getName());
|
conf.set(HConstants.HBASE_MASTER_LOADBALANCER_CLASS, RSGroupBasedLoadBalancer.class.getName());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue