Home | Trees | Indices | Help |
---|
|
object --+ | types.BaseApiObject --+ | types.BaseApiResource --+ | ClouderaManager
The Cloudera Manager instance.
Provides access to CM configuration and services.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Initializes internal state and sets all known writable properties of the object to None. Then initializes the properties given in the provided attributes dictionary.
|
Returns the path to the resource. e.g., for a service 'foo' in cluster 'bar', this should return '/clusters/bar/services/foo'.
|
Retrieve a list of running global commands.
|
Setup the Cloudera Management Service.
|
Delete the Cloudera Management Service.
|
Return the Cloudera Management Services instance.
|
Return information about the currently installed license.
|
Install or update the Cloudera Manager license.
|
Retrieve the Cloudera Manager configuration. The 'summary' view contains strings as the dictionary values. The full view contains ApiConfig instances as the values.
|
Update the CM configuration.
|
Generate credentials for services configured with Kerberos.
|
Runs the host inspector on the configured hosts.
|
This method is deprecated as of CM 4.5. You should use collect_diagnostic_data_45. Issue the command to collect diagnostic data.
|
Issue the command to collect diagnostic data.
|
Decommission the specified hosts by decommissioning the slave roles and stopping the remaining ones.
Since: API v2 |
Recommission the specified hosts by recommissioning the slave roles. This command doesn't start the roles. Use hosts_start_roles for that.
Since: API v2 |
Start all the roles on the specified hosts.
Since: API v2 |
Create a new peer for replication.
Since: API v3 |
Delete a replication peer.
Since: API v3 |
Update a replication peer.
Since: API v3 |
Retrieve a list of replication peers.
Since: API v3 |
Retrieve a replication peer by name.
Since: API v3 |
Test connectivity for a replication peer.
Since: API v3 |
Retrieve the default configuration for all hosts.
|
Update the default configuration for all hosts.
|
Automatically assign roles to hosts and create the roles for the Cloudera Management Service. Assignments are done based on number of hosts in the deployment and hardware specifications. Existing roles will be taken into account and their assignments will be not be modified. The deployment should not have any clusters when calling this endpoint. If it does, an exception will be thrown preventing any role assignments. Since: API v6 |
Automatically configures roles of the Cloudera Management Service. Overwrites some existing configurations. 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 any clusters (and their services and roles) colocated with the Cloudera Management Service. To avoid over-committing the heap on hosts, place the Cloudera Management Service roles on machines not used by any of the clusters. Since: API v6 |
Install Cloudera Manager Agent on a set of hosts.
Since: API v6 |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 17 13:52:02 2014 | http://epydoc.sourceforge.net |