update-hbase-configuration¶
- subtitle
Updates the configuration of HBase.
- version
0.9.126
Description¶
Updates the selected configuration of the HBase cluster of an operational database in the environment.
Synopsis¶
update-hbase-configuration
--environment <value>
--database <value>
--configuration-type <value>
--configuration-name <value>
--configuration-value <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment
(string)
The name or CRN of the environment.
--database
(string)
The name or CRN of the database.
--configuration-type
(string)
Type of an HBase configuration. SERVICE - Service level configuration. MASTER - Configuration for the Master nodes. REGIONSERVER - Configuration for the RegionServer nodes. STRONGMETA - Configuration for the StrongMeta RegionServer nodes. GATEWAY - Configuration for the Gateway nodes.
Possible values:
SERVICE
MASTER
REGIONSERVER
STRONGMETA
GATEWAY
--configuration-name
(string)
The name of the configuration in Cloudera Manager being updated.
--configuration-value
(string)
The new value of the configuration being updated.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
configuration -> (object)
The details of the HBase configuration.
name -> (string)
The name of the configuration.
value -> (string)
The value of the configuration.
Form Factors¶
public