mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -5,6 +5,7 @@ SYNOPSIS
|
|||
gcloud metastore services create (SERVICE : --location=LOCATION) [--async]
|
||||
[--database-type=DATABASE_TYPE; default="mysql"]
|
||||
[--encryption-kms-key=ENCRYPTION_KMS_KEY]
|
||||
[--endpoint-protocol=ENDPOINT_PROTOCOL; default="thrift"]
|
||||
[--hive-metastore-version=HIVE_METASTORE_VERSION]
|
||||
[--labels=[KEY=VALUE,...]] [--port=PORT; default=9083]
|
||||
[--release-channel=RELEASE_CHANNEL; default="stable"]
|
||||
|
|
@ -102,6 +103,16 @@ FLAGS
|
|||
URL, or a relative name in the form
|
||||
projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
|
||||
|
||||
--endpoint-protocol=ENDPOINT_PROTOCOL; default="thrift"
|
||||
The protocol to use for the metastore service endpoint. If unspecified,
|
||||
defaults to THRIFT. ENDPOINT_PROTOCOL must be one of:
|
||||
|
||||
grpc
|
||||
The modernized GRPC protocol.
|
||||
|
||||
thrift
|
||||
The legacy Apache THRIFT protocol.
|
||||
|
||||
--hive-metastore-version=HIVE_METASTORE_VERSION
|
||||
The Hive metastore schema version. The supported versions of a location
|
||||
are listed via:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue