SlickNik commented on a change in pull request #270: Support Accumulo installs
on Microsoft Azure
URL: https://github.com/apache/fluo-muchos/pull/270#discussion_r320614983
##########
File path: lib/muchos/util.py
##########
@@ -142,15 +142,15 @@ def parse_args(hosts_dir, input_args=None):
parser = OptionParser(
usage="muchos [options] <action>\n\n"
+ "where <action> can be:\n"
- + " launch Launch cluster in EC2\n"
- + " status Check status of EC2 cluster\n"
+ + " launch Launch cluster in Azure or EC2\n"
+ + " status Check status of Azure or EC2 cluster\n"
+ " setup Set up cluster\n"
+ " sync Sync ansible directory on cluster proxy
node\n"
+ " config Print configuration for that cluster.
Requires '-p'. Use '-p all' for all config.\n"
+ " ssh SSH to cluster proxy node\n"
+ " kill Kills processes on cluster started by
Muchos\n"
+ " wipe Wipes cluster data and kills processes\n"
- + " terminate Terminate EC2 cluster\n"
+ + " terminate Terminate Azure or EC2 cluster\n"
Review comment:
Done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services