HBASE-6011. Addendum to support master mocking (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1340155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe4e7afdd0
commit
60d28c645d
|
@ -199,7 +199,7 @@ public class LocalHBaseCluster {
|
||||||
// its HConnection instance rather than share (see HBASE_INSTANCES down in
|
// its HConnection instance rather than share (see HBASE_INSTANCES down in
|
||||||
// the guts of HConnectionManager.
|
// the guts of HConnectionManager.
|
||||||
JVMClusterUtil.MasterThread mt = JVMClusterUtil.createMasterThread(c,
|
JVMClusterUtil.MasterThread mt = JVMClusterUtil.createMasterThread(c,
|
||||||
this.masterClass, index);
|
(Class<? extends HMaster>) conf.getClass(HConstants.MASTER_IMPL, this.masterClass), index);
|
||||||
this.masterThreads.add(mt);
|
this.masterThreads.add(mt);
|
||||||
return mt;
|
return mt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue