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

gcloud: Fri Mar 24 11:31:22 UTC 2023

This commit is contained in:
Automated 2023-03-24 11:31:22 +00:00
parent a4bd29dd06
commit 4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions

View file

@ -11,8 +11,9 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--vars=[NAME=VALUE,...]] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[--tags=[TAGS,...]] [--ttl=TTL] [--vars=[NAME=VALUE,...]]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Submit a Spark SQL batch job.
@ -113,6 +114,12 @@ FLAGS
--tags=[TAGS,...]
Network tags for traffic control.
--ttl=TTL
The duration after the workload will be unconditionally terminated, for
example, '20m' or '1h'. Run gcloud topic datetimes
(https://cloud.google.com/sdk/gcloud/reference/topic/datetimes) for
information on duration formats.
--vars=[NAME=VALUE,...]
Mapping of query variable names to values (equivalent to the Spark SQL
command: SET name="value";).