|
|
__init__(self,
hadoop_tmpdir='/mnt/hadoop')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _configure_slaves(self,
node,
node_aliases) |
source code
|
|
|
|
|
|
|
|
|
|
| _configure_hadoop(self,
master,
nodes,
user) |
source code
|
|
|
|
_setup_hadoop_dir(self,
node,
path,
user,
group,
permission='775') |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run(self,
nodes,
master,
user,
user_shell,
volumes)
Run this plugin's setup routines |
source code
|
|
|
Inherited from clustersetup.ClusterSetup:
on_add_node,
on_remove_node,
on_restart,
on_shutdown
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|