-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99755e2
commit 3fb5a3c
Showing
6 changed files
with
100 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
* @author [email protected] (Ethan Rublee) | ||
* @author [email protected] (Ken Conley) | ||
* @author [email protected] (Damon Kohler) | ||
* @author jg | ||
* @author [email protected] (Jonathan Neville Groff) | ||
*/ | ||
public class NodeConfiguration { | ||
|
||
|
@@ -61,7 +61,7 @@ public class NodeConfiguration { | |
public static final InetSocketAddress DEFAULT_MASTER_URI; | ||
|
||
static { | ||
DEFAULT_MASTER_URI = new InetSocketAddress("172.16.0.101", 8090); | ||
DEFAULT_MASTER_URI = new InetSocketAddress("127.0.0.1", 8090); | ||
} | ||
|
||
private NameResolver parentResolver; | ||
|