Small fix for failing TestMasterAddressManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1002943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08fad6672e
commit
f6743a1b75
|
@ -73,7 +73,7 @@ public class TestMasterAddressManager {
|
|||
zk.registerListener(listener);
|
||||
|
||||
// Create the master node with a dummy address
|
||||
String host = "hostname";
|
||||
String host = "localhost";
|
||||
int port = 1234;
|
||||
HServerAddress dummyAddress = new HServerAddress(host, port);
|
||||
LOG.info("Creating master node");
|
||||
|
|
Loading…
Reference in New Issue