def auto_configure(self):
"""
Automatically configures roles and services in a cluster.
Overwrites some existing configurations. Might create new role config
groups. Only default role config groups must exist before calling this
endpoint. Other role config groups must not exist. If they do, an exception
will be thrown preventing any configuration. Ignores the Cloudera
Management Service even if colocated with roles of this cluster. To avoid
over-committing the heap on hosts, assign hosts to this cluster that are
not being used by the Cloudera Management Service.
@since: API v6
"""
self._put("autoConfigure", None, api_version=6)
评论列表
文章目录