Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

We have not bootstrapped the nodes, It is assumed that the nodes are registered .
if not we can register them with below api

Code Block
languagepython
client.bootstrap_hosts(self , hosts_list , ssh_key=None)
Code Block
languagepython
title3. create services
firstline1
linenumberstrue
services_list = ["HDFS", "MAPREDUCE", "NAGIOS", "GANGLIA"]
s2 = mycluster.create_services(services_list)
print s2

...