|
|
__init__(self,
num_replicas,
data_memory,
index_memory,
dump_file,
dump_interval,
dedicated_query,
num_data_nodes)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
run(self,
nodes,
master,
user,
user_shell,
volumes)
Start cluster configuration |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from clustersetup.DefaultClusterSetup:
on_add_node,
on_remove_node
Inherited from clustersetup.DefaultClusterSetup (private):
_add_sge_administrative_host,
_add_sge_submit_host,
_add_to_sge,
_add_user_to_node,
_add_user_to_nodes,
_create_sge_pe,
_create_user,
_get_nfs_export_paths,
_mount_nfs_shares,
_remove_from_etc_hosts,
_remove_from_known_hosts,
_remove_from_sge,
_remove_nfs_exports,
_setup_cluster_user,
_setup_ebs_volumes,
_setup_etc_hosts,
_setup_hostnames,
_setup_nfs,
_setup_passwordless_ssh,
_setup_scratch,
_setup_scratch_on_node,
_setup_sge
Inherited from clustersetup.ClusterSetup:
on_restart,
on_shutdown
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|