mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta metastore services alter-table-properties
|
||||
(SERVICE : --location=LOCATION) --properties=PROPERTIES
|
||||
(SERVICE : --location=LOCATION) --properties=[KEY=VALUE,...]
|
||||
--table-name=TABLE_NAME --update-mask=UPDATE_MASK [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property metastore/location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--properties=PROPERTIES
|
||||
--properties=[KEY=VALUE,...]
|
||||
A string where field names are separated by a comma. Describes the
|
||||
desired values to mutate. If update-mask is empty, the properties will
|
||||
not update. Otherwise, the properties only alter the values whose
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ SYNOPSIS
|
|||
| --auxiliary-versions-from-file=AUXILIARY_VERSIONS_FROM_FILE]
|
||||
[--consumer-subnetworks=[CONSUMER_SUBNETWORKS,...] | --network=NETWORK
|
||||
| --network-config-from-file=NETWORK_CONFIG_FROM_FILE]
|
||||
[--hive-metastore-configs=KEY=VALUE
|
||||
[--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]
|
||||
|
|
@ -225,7 +225,7 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--hive-metastore-configs=KEY=VALUE
|
||||
--hive-metastore-configs=[KEY=VALUE,...]
|
||||
A mapping of Hive metastore configuration key-value pairs to apply to
|
||||
the Hive metastore.
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ SYNOPSIS
|
|||
--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
|
||||
[--update-auxiliary-versions-from-file=UPDATE_AUXILIARY_VERSIONS_FROM_FILE | --add-auxiliary-versions=[ADD_AUXILIARY_VERSIONS,
|
||||
...] --clear-auxiliary-versions]
|
||||
[--update-hive-metastore-configs-from-file=UPDATE_HIVE_METASTORE_CONFIGS_FROM_FILE | --update-hive-metastore-configs=[UPDATE_HIVE_METASTORE_CONFIGS,
|
||||
[--update-hive-metastore-configs-from-file=UPDATE_HIVE_METASTORE_CONFIGS_FROM_FILE | --update-hive-metastore-configs=[KEY=VALUE,
|
||||
...] --clear-hive-metastore-configs
|
||||
| --remove-hive-metastore-configs=[REMOVE_HIVE_METASTORE_CONFIGS,
|
||||
...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -265,7 +265,7 @@ FLAGS
|
|||
Modify the Hive metastore configuration properties by passing key-value
|
||||
pairs in through the flags.
|
||||
|
||||
--update-hive-metastore-configs=[UPDATE_HIVE_METASTORE_CONFIGS,...]
|
||||
--update-hive-metastore-configs=[KEY=VALUE,...]
|
||||
Comma-separated list of Hive metastore configurations. Each
|
||||
configuration has the form "NAME=VALUE".
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue