mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(--cluster=CLUSTER | --cluster-labels=[KEY=VALUE,...])
|
||||
(--execute=QUERY, -e QUERY | --file=FILE, -f FILE) [--async]
|
||||
[--bucket=BUCKET] [--driver-log-levels=[PACKAGE=LEVEL,...]]
|
||||
[--jars=[JAR,...]] [--labels=[KEY=VALUE,...]]
|
||||
[--driver-required-memory-mb=DRIVER_REQUIRED_MEMORY_MB]
|
||||
[--driver-required-vcores=DRIVER_REQUIRED_VCORES] [--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,...]] [--properties-file=PROPERTIES_FILE]
|
||||
|
|
@ -65,6 +67,16 @@ OPTIONAL FLAGS
|
|||
A list of package to log4j log level pairs to configure driver logging.
|
||||
For example: root=FATAL,com.example=INFO
|
||||
|
||||
--driver-required-memory-mb=DRIVER_REQUIRED_MEMORY_MB
|
||||
The memory allocation requested by the job driver in megabytes (MB) for
|
||||
execution on the driver node group (it is used only by clusters with a
|
||||
driver node group).
|
||||
|
||||
--driver-required-vcores=DRIVER_REQUIRED_VCORES
|
||||
The vCPU allocation requested by the job driver for execution on the
|
||||
driver node group (it is used only by clusters with a driver node
|
||||
group).
|
||||
|
||||
--jars=[JAR,...]
|
||||
Comma separated list of jar files to be provided to the executor and
|
||||
driver classpaths. May contain UDFs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue