Share via


az hdinsight-on-aks cluster trino-hive-catalog

Note

This reference is part of the hdinsightonaks extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az hdinsight-on-aks cluster trino-hive-catalog command. Learn more about extensions.

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage hive catalog config.

Commands

Name Description Type Status
az hdinsight-on-aks cluster trino-hive-catalog create

Create a hive catalog configured as a Trino cluster.

Extension Preview

az hdinsight-on-aks cluster trino-hive-catalog create

Preview

Command group 'az hdinsight-on-aks cluster' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a hive catalog configured as a Trino cluster.

az hdinsight-on-aks cluster trino-hive-catalog create --catalog-name
                                                      --metastore-db-connection-password-secret
                                                      --metastore-db-connection-url
                                                      --metastore-db-connection-user-name
                                                      [--metastore-warehouse-dir]

Required Parameters

--catalog-name

Name of trino catalog which should use specified hive metastore.

--metastore-db-connection-password-secret --secret

Password secret for hive metastore database.

--metastore-db-connection-url --url

Connection string for hive metastore database.

--metastore-db-connection-user-name --user

User name for hive metastore database.

Optional Parameters

--metastore-warehouse-dir --warehouse-dir

Warehouse directory for hive metastore database.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.