create-dbc

subtitle

Create a Database Catalog.

version

0.9.111

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>]
[--db-metastore <value>]
[--db-das <value>]
[--db-hue <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

--db-metastore (string)

The name of the Metastore database.

Form Factors: private

--db-das (string)

The name of the DAS database. Not required for embedded databases.

Form Factors: private

--db-hue (string)

The name of the HUE database. Not required for embedded databases.

Form Factors: private

--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

dbcId -> (string)

ID of the new Database Catalog.

Form Factors

public, private