Skip to content

Instantly share code, notes, and snippets.

@dsugden
Last active August 29, 2015 14:18
Show Gist options
  • Save dsugden/3c82cce3f36c156e3d1a to your computer and use it in GitHub Desktop.
Save dsugden/3c82cce3f36c156e3d1a to your computer and use it in GitHub Desktop.
sbt
project singlemicro
#Now we need to tell the plugin where ConductR is hosted:
controlServer 192.168.59.103:9005
#Once this is done, you can build a distribution, load it up to ConductR cluster, run , stop and unload.
#create the artifact (bundle)
bundle:dist
# manage life cycle
# send to cluster
conduct load <space and tab will give you the most recent bundle>
# spark it up, optionally with a scale factor (ie. # of nodes to start it on)
conduct start <space and tab will load the most recently created bundle>
conduct stop
conduct unload
...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment