Created
October 7, 2017 14:37
-
-
Save vlasenkov/114fd041f28aef45c1efa3dc030a92b5 to your computer and use it in GitHub Desktop.
Example JSON file with cluster configuration for run.sh script
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
{ | |
"ps":[ | |
{ | |
"host":"localhost", | |
"port":2222 | |
} | |
], | |
"worker":[ | |
{ | |
"host":"localhost", | |
"port":2223 | |
}, | |
{ | |
"host":"localhost", | |
"port":2224 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment