mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -10,8 +10,8 @@ SYNOPSIS
|
|||
[--jars=[JAR,...]] [--labels=[KEY=VALUE,...]]
|
||||
[--max-failures-per-hour=MAX_FAILURES_PER_HOUR]
|
||||
[--max-failures-total=MAX_FAILURES_TOTAL] [--params=[PARAM=VALUE,...]]
|
||||
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--properties=[PROPERTY=VALUE,...]] [--properties-file=PROPERTIES_FILE]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Submit a Spark SQL job to a cluster.
|
||||
|
|
@ -91,6 +91,23 @@ OPTIONAL FLAGS
|
|||
--properties=[PROPERTY=VALUE,...]
|
||||
A list of key value pairs to configure Hive.
|
||||
|
||||
--properties-file=PROPERTIES_FILE
|
||||
Path to a local file or a file in a Cloud Storage bucket containing
|
||||
configuration properties for the job. The client machine running this
|
||||
command must have read permission to the file.
|
||||
|
||||
Specify properties in the form of property=value in the text file. For
|
||||
example:
|
||||
|
||||
# Properties to set for the job:
|
||||
key1=value1
|
||||
key2=value2
|
||||
# Comment out properties not used.
|
||||
# key3=value3
|
||||
|
||||
If a property is set in both --properties and --properties-file, the
|
||||
value defined in --properties takes precedence.
|
||||
|
||||
--region=REGION
|
||||
Dataproc region to use. Each Dataproc region constitutes an independent
|
||||
resource namespace constrained to deploying instances into Compute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue