retry-failed-hbase-first-time-setup¶
- subtitle
Retry failed first time setup for an HBase policy.
- version
0.9.126
Description¶
Runs the first time setup configuration between the source and destination clusters if the first time setup has failed for the given policy.
Synopsis¶
retry-failed-hbase-first-time-setup
--cluster-crn <value>
--policy-id <value>
[--machine-user <value>]
[--source-restart-type <value>]
[--target-restart-type <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-crn
(string)
CRN of the destination cluster.
--policy-id
(string)
ID of the HBase policy.
--machine-user
(object)
Username and password for the machine user.
user -> (string)
Username.
password -> (string)
Password.
createUser -> (boolean)
This option has no effect if the machine user already exists. Otherwise if ‘true’, a new machine user is created. If ‘false’, an error is returned indicating that the user does not exist.
Shorthand Syntax:
user=string,password=string,createUser=boolean
JSON Syntax:
{
"user": "string",
"password": "string",
"createUser": true|false
}
--source-restart-type
(string)
Type of restart for a cluster.
Possible values:
RESTART
ROLLING_RESTART
--target-restart-type
(string)
Type of restart for a cluster.
Possible values:
RESTART
ROLLING_RESTART
--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¶
clusterCrn -> (string)
The CRN of the input cluster.
message -> (string)
The detailed description of the action taken.
status -> (string)
The status of the request.
Form Factors¶
public