1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha dataplex tasks create (TASK : --lake=LAKE --location=LOCATION)
(--execution-service-account=EXECUTION_SERVICE_ACCOUNT
: --execution-args=EXECUTION_ARGS
: --execution-args=[KEY=VALUE,...]
--execution-project=EXECUTION_PROJECT --kms-key=KMS_KEY
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME)
([--notebook=NOTEBOOK
@ -12,9 +12,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-main-class=SPARK_MAIN_CLASS
| --spark-main-jar-file-uri=SPARK_MAIN_JAR_FILE_URI
@ -27,7 +27,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
@ -127,7 +127,7 @@ REQUIRED FLAGS
This flag argument must be specified if any of the other arguments in
this group are specified.
--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
@ -198,7 +198,7 @@ REQUIRED 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,...]
The properties to set on daemon config files. Property keys are
specified in prefix:property format, for example
core:hadoop.tmp.dir. For more information, see Cluster properties
@ -278,7 +278,7 @@ REQUIRED 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,...]
The properties to set on daemon config files. Property keys are
specified in prefix:property format, for example
core:hadoop.tmp.dir. For more information, see Cluster properties