mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud metastore services create (SERVICE : --location=LOCATION) [--async]
|
||||
[--database-type=DATABASE_TYPE; default="mysql"]
|
||||
[--data-catalog-sync] [--database-type=DATABASE_TYPE; default="mysql"]
|
||||
[--encryption-kms-key=ENCRYPTION_KMS_KEY]
|
||||
[--endpoint-protocol=ENDPOINT_PROTOCOL; default="thrift"]
|
||||
[--hive-metastore-version=HIVE_METASTORE_VERSION]
|
||||
|
|
@ -84,6 +84,11 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--data-catalog-sync
|
||||
A boolean flag to determine whether Dataproc Metastore metadata sync to
|
||||
Data Catalog should be enabled, false if unspecified. Mutually
|
||||
exclusive with flag --encryption-kms-key.
|
||||
|
||||
--database-type=DATABASE_TYPE; default="mysql"
|
||||
The type of database the Dataproc Metastore service will store data in.
|
||||
DATABASE_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue