Skip to content

Instantly share code, notes, and snippets.

@vlasenkov
Created October 7, 2017 14:37
Show Gist options
  • Save vlasenkov/114fd041f28aef45c1efa3dc030a92b5 to your computer and use it in GitHub Desktop.
Save vlasenkov/114fd041f28aef45c1efa3dc030a92b5 to your computer and use it in GitHub Desktop.
Example JSON file with cluster configuration for run.sh script
{
"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