1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Jul 17 09:30:28 UTC 2024

This commit is contained in:
Automated 2024-07-17 09:30:28 +00:00
parent 2614f6b65e
commit 503936d882
156 changed files with 1988 additions and 573 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud metastore services create (SERVICE : --location=LOCATION) [--async]
[--data-catalog-sync] [--database-type=DATABASE_TYPE; default="mysql"]
[--autoscaling-enabled] [--data-catalog-sync]
[--database-type=DATABASE_TYPE; default="mysql"]
[--deletion-protection] [--encryption-kms-key=ENCRYPTION_KMS_KEY]
[--endpoint-protocol=ENDPOINT_PROTOCOL; default="thrift"]
[--hive-metastore-version=HIVE_METASTORE_VERSION]
@ -16,7 +17,8 @@ SYNOPSIS
[--hive-metastore-configs=[KEY=VALUE,...]
| --hive-metastore-configs-from-file=HIVE_METASTORE_CONFIGS_FROM_FILE]
[--instance-size=INSTANCE_SIZE | --scaling-factor=SCALING_FACTOR
| --tier=TIER]
| --tier=TIER | --max-scaling-factor=MAX_SCALING_FACTOR
--min-scaling-factor=MIN_SCALING_FACTOR]
[--kerberos-principal=KERBEROS_PRINCIPAL
--keytab=KEYTAB --krb5-config=KRB5_CONFIG]
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY
@ -85,6 +87,16 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--autoscaling-enabled
A boolean flag to determine whether Dataproc Metastore autoscaling
should be enabled, false if unspecified.
The default minimum and maximum scaling factors are 0.1 and 6.0,
respectively.
The minimum and maximum scaling factors can be specified using
--min-scaling-factor and --max-scaling-factor.
--data-catalog-sync
A boolean flag to determine whether Dataproc Metastore metadata sync to
Data Catalog should be enabled, false if unspecified. Mutually
@ -287,6 +299,18 @@ FLAGS
sufficient scalability for enterprise-level Dataproc Metastore
workloads.
The autoscaling configuration of the Dataproc Metastore instance.
--max-scaling-factor=MAX_SCALING_FACTOR
The maximum scaling factor allowed by the autoscaler. Can be one of
[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0,
5.0, 6.0]. The default value is 6.0.
--min-scaling-factor=MIN_SCALING_FACTOR
The minimum scaling factor allowed by the autoscaler. Can be one of
[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0,
5.0, 6.0]. The default value is 0.1.
Information used to configure the Hive metastore service as a service
principal in a Kerberos realm.

View file

@ -3,12 +3,13 @@ NAME
SYNOPSIS
gcloud metastore services update (SERVICE : --location=LOCATION) [--async]
[--data-catalog-sync] [--deletion-protection]
[--autoscaling-enabled] [--data-catalog-sync] [--deletion-protection]
[--endpoint-protocol=ENDPOINT_PROTOCOL] [--port=PORT]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--instance-size=INSTANCE_SIZE | --scaling-factor=SCALING_FACTOR
| --tier=TIER]
| --tier=TIER | --max-scaling-factor=MAX_SCALING_FACTOR
--min-scaling-factor=MIN_SCALING_FACTOR]
[--kerberos-principal=KERBEROS_PRINCIPAL
--keytab=KEYTAB --krb5-config=KRB5_CONFIG]
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY
@ -76,6 +77,16 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--autoscaling-enabled
A boolean flag to determine whether Dataproc Metastore autoscaling
should be enabled, false if unspecified.
The default minimum and maximum scaling factors are 0.1 and 6.0,
respectively.
The minimum and maximum scaling factors can be specified using
--min-scaling-factor and --max-scaling-factor.
--data-catalog-sync
Boolean flag to determine whether or not Dataproc Metastore metadata
sync to Data Catalog is enabled, false if unspecified. Mutually
@ -167,6 +178,18 @@ FLAGS
sufficient scalability for enterprise-level Dataproc Metastore
workloads.
The autoscaling configuration of the Dataproc Metastore instance.
--max-scaling-factor=MAX_SCALING_FACTOR
The maximum scaling factor allowed by the autoscaler. Can be one of
[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0,
5.0, 6.0]. The default value is 6.0.
--min-scaling-factor=MIN_SCALING_FACTOR
The minimum scaling factor allowed by the autoscaler. Can be one of
[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0,
5.0, 6.0]. The default value is 0.1.
Information used to configure the Hive metastore service as a service
principal in a Kerberos realm.