mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
[--async] [--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--execution-args=EXECUTION_ARGS --execution-project=EXECUTION_PROJECT
|
||||
[--execution-args=[KEY=VALUE,...] --execution-project=EXECUTION_PROJECT
|
||||
--execution-service-account=EXECUTION_SERVICE_ACCOUNT
|
||||
--kms-key=KMS_KEY
|
||||
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME]
|
||||
|
|
@ -15,9 +15,9 @@ SYNOPSIS
|
|||
--notebook-file-uris=[NOTEBOOK_FILE_URIS,...]
|
||||
--notebook-batch-executors-count=NOTEBOOK_BATCH_EXECUTORS_COUNT
|
||||
--notebook-batch-max-executors-count=NOTEBOOK_BATCH_MAX_EXECUTORS_COUNT --notebook-container-image=NOTEBOOK_CONTAINER_IMAGE --notebook-container-image-java-jars=[NOTEBOOK_CONTAINER_IMAGE_JAVA_JARS,
|
||||
...]
|
||||
--notebook-container-image-properties=NOTEBOOK_CONTAINER_IMAGE_PROPERTIES --notebook-vpc-network-tags=[NOTEBOOK_VPC_NETWORK_TAGS,
|
||||
...] --notebook-vpc-network-name=NOTEBOOK_VPC_NETWORK_NAME
|
||||
...] --notebook-container-image-properties=[KEY=VALUE,...]
|
||||
--notebook-vpc-network-tags=[NOTEBOOK_VPC_NETWORK_TAGS,...]
|
||||
--notebook-vpc-network-name=NOTEBOOK_VPC_NETWORK_NAME
|
||||
| --notebook-vpc-sub-network-name=NOTEBOOK_VPC_SUB_NETWORK_NAME
|
||||
| --spark-archive-uris=[SPARK_ARCHIVE_URIS,...]
|
||||
--spark-file-uris=[SPARK_FILE_URIS,...]
|
||||
|
|
@ -25,7 +25,7 @@ SYNOPSIS
|
|||
--batch-max-executors-count=BATCH_MAX_EXECUTORS_COUNT
|
||||
--container-image=CONTAINER_IMAGE
|
||||
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
|
||||
--container-image-properties=CONTAINER_IMAGE_PROPERTIES
|
||||
--container-image-properties=[KEY=VALUE,...]
|
||||
--container-image-python-packages=[CONTAINER_IMAGE_PYTHON_PACKAGES,
|
||||
...] --vpc-network-tags=[VPC_NETWORK_TAGS,...]
|
||||
--vpc-network-name=VPC_NETWORK_NAME
|
||||
|
|
@ -132,7 +132,7 @@ FLAGS
|
|||
|
||||
Spec related to how a task is executed.
|
||||
|
||||
--execution-args=EXECUTION_ARGS
|
||||
--execution-args=[KEY=VALUE,...]
|
||||
The arguments to pass to the task. The args can use placeholders of
|
||||
the format ${placeholder} as part of key/value string. These will be
|
||||
interpolated before passing the args to the driver. Currently
|
||||
|
|
@ -202,7 +202,7 @@ FLAGS
|
|||
Cloud Storage URIs to Jar binaries. For example,
|
||||
gs://bucket-name/my/path/to/file.jar
|
||||
|
||||
--notebook-container-image-properties=NOTEBOOK_CONTAINER_IMAGE_PROPERTIES
|
||||
--notebook-container-image-properties=[KEY=VALUE,...]
|
||||
Override to common configuration of open source components
|
||||
installed on the Dataproc cluster. The properties to set on
|
||||
daemon config files. Property keys are specified in
|
||||
|
|
@ -256,7 +256,7 @@ FLAGS
|
|||
Cloud Storage URIs to Jar binaries. For example,
|
||||
gs://bucket-name/my/path/to/file.jar
|
||||
|
||||
--container-image-properties=CONTAINER_IMAGE_PROPERTIES
|
||||
--container-image-properties=[KEY=VALUE,...]
|
||||
Override to common configuration of open source components
|
||||
installed on the Dataproc cluster. The properties to set on
|
||||
daemon config files. Property keys are specified in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue