HBASE-27823 Addendum fix compile error
This commit is contained in:
parent
558913ea1a
commit
1df5e40f73
|
@ -151,7 +151,7 @@ public class MockMasterServices extends MockNoopMasterServices {
|
||||||
// ClusterConnection return the HRI. Have the HRI return a few mocked up responses
|
// ClusterConnection return the HRI. Have the HRI return a few mocked up responses
|
||||||
// to make our test work.
|
// to make our test work.
|
||||||
this.connection = HConnectionTestingUtility.getMockedConnectionAndDecorate(getConfiguration(),
|
this.connection = HConnectionTestingUtility.getMockedConnectionAndDecorate(getConfiguration(),
|
||||||
Mockito.mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
|
mock(AdminProtos.AdminService.BlockingInterface.class), ri, MOCK_MASTER_SERVERNAME,
|
||||||
RegionInfoBuilder.FIRST_META_REGIONINFO);
|
RegionInfoBuilder.FIRST_META_REGIONINFO);
|
||||||
// Set hbase.rootdir into test dir.
|
// Set hbase.rootdir into test dir.
|
||||||
Path rootdir = CommonFSUtils.getRootDir(getConfiguration());
|
Path rootdir = CommonFSUtils.getRootDir(getConfiguration());
|
||||||
|
|
Loading…
Reference in New Issue