1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jun 26 10:50:44 UTC 2025

This commit is contained in:
Automated 2025-06-26 10:50:44 +00:00
parent 3a534cb57c
commit f645b4c02d
150 changed files with 4099 additions and 393 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud alpha metastore federations create
(FEDERATION : --location=LOCATION) --backends=RANK=BACKEND [--async]
[--hive-metastore-version=HIVE_METASTORE_VERSION]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
[--labels=[KEY=VALUE,...]] [--tags=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new Dataproc Metastore federation with the given name and
@ -93,6 +94,9 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--tags=[KEY=VALUE,...]
List of tag KEY=VALUE pairs to add.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--hive-metastore-version=HIVE_METASTORE_VERSION]
[--labels=[KEY=VALUE,...]] [--port=PORT; default=9083]
[--release-channel=RELEASE_CHANNEL; default="stable"]
[--tags=[KEY=VALUE,...]]
[--auxiliary-versions=[AUXILIARY_VERSIONS,...]
| --auxiliary-versions-from-file=AUXILIARY_VERSIONS_FROM_FILE]
[--consumer-subnetworks=[CONSUMER_SUBNETWORKS,...] | --network=NETWORK
@ -170,6 +171,9 @@ FLAGS
The STABLE release channel contains features that are considered
stable and have been validated for production use.
--tags=[KEY=VALUE,...]
List of tag KEY=VALUE pairs to add.
Auxiliary versions configuration for the Dataproc Metastore service. When
specified, a secondary Hive metastore service is created along with the
primary service.