create-dbc¶
- subtitle
Create a Database Catalog.
- version
0.9.126
Description¶
DEPRECATED: Create a Database Catalog. The Database Catalog creation is deprecated and will be removed in subsequent releases. The Default Database Catalog is getting created during the cluster activation (create-cluster).
Synopsis¶
create-dbc
--cluster-id <value>
--name <value>
[--load-demo-data | --no-load-demo-data]
[--image-version <value>]
[--memory-size <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-id
(string)
ID of cluster where Database Catalog should be created.
--name
(string)
Name of the Database Catalog.
--load-demo-data
| --no-load-demo-data
(boolean)
Load demo data into the Database Catalog?
--image-version
(string)
Version of the Database Catalog.
Form Factors: public
--memory-size
(string)
Set Metastore container memory size. If not provided, small will apply.
Possible values:
small
medium
large
--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
.
Form Factors¶
public, private