ccri / cloud-local

Install script for a local 1 node cloud...no excuses folks
17 stars 5 forks source link

Start/stop individual (Accumulo, Kafka, HBase, Hadoop+Yarn) services separat… #37

Open mdzimmerman opened 8 years ago

mdzimmerman commented 8 years ago

…ely.

Currently doesn't handle dependencies between services (e.g. doesn't check if you try to stop Hadoop before Accumulo).

jahhulbert-ccri commented 8 years ago

@mdzimmerman i just saw this i'll try to look...prob next time best to send me an email for some reason i never check this

jahhulbert-ccri commented 8 years ago

so the idea is to run cloud-local accumulo stop ? we could do cloud-local stop all and `cloudlocal stop accumulo`` looks cool i'll peek at it soon

mdzimmerman commented 8 years ago

yeah, this was scratching my own itch-- I was load testing Kafka and wanted to shut off the services I didn't need (Accumulo+Hadoop) without having to cut and paste out the relevant lines from the cloud-local.sh script.