mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -5,6 +5,7 @@ SYNOPSIS
|
|||
gcloud alpha dataplex tasks create (TASK : --lake=LAKE --location=LOCATION)
|
||||
(--execution-service-account=EXECUTION_SERVICE_ACCOUNT
|
||||
: --execution-args=EXECUTION_ARGS
|
||||
--execution-project=EXECUTION_PROJECT --kms-key=KMS_KEY
|
||||
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME)
|
||||
((--spark-main-class=SPARK_MAIN_CLASS
|
||||
| --spark-main-jar-file-uri=SPARK_MAIN_JAR_FILE_URI
|
||||
|
|
@ -15,6 +16,7 @@ SYNOPSIS
|
|||
--spark-file-uris=[SPARK_FILE_URIS,...]
|
||||
--batch-executors-count=BATCH_EXECUTORS_COUNT
|
||||
--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-python-packages=[CONTAINER_IMAGE_PYTHON_PACKAGES,
|
||||
|
|
@ -128,6 +130,15 @@ REQUIRED FLAGS
|
|||
keys being present in the args, then TASK_ARGS will be passed as
|
||||
the last argument.
|
||||
|
||||
--execution-project=EXECUTION_PROJECT
|
||||
The project in which jobs are run. By default, the project containing
|
||||
the Lake is used. If a project is provided, the
|
||||
--execution-service-account must belong to this same project.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
The Cloud KMS key to use for encryption, of the form:
|
||||
projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}
|
||||
|
||||
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME
|
||||
The maximum duration before the job execution expires.
|
||||
|
||||
|
|
@ -182,6 +193,9 @@ REQUIRED FLAGS
|
|||
|
||||
Container Image Runtime Configuration.
|
||||
|
||||
--container-image=CONTAINER_IMAGE
|
||||
Optional custom container image for the job.
|
||||
|
||||
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
|
||||
A list of Java JARS to add to the classpath. Valid input includes
|
||||
Cloud Storage URIs to Jar binaries. For example,
|
||||
|
|
|
|||
|
|
@ -6,13 +6,15 @@ SYNOPSIS
|
|||
[--async] [--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--execution-args=EXECUTION_ARGS
|
||||
[--execution-args=EXECUTION_ARGS --execution-project=EXECUTION_PROJECT
|
||||
--execution-service-account=EXECUTION_SERVICE_ACCOUNT
|
||||
--kms-key=KMS_KEY
|
||||
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME]
|
||||
[--spark-archive-uris=[SPARK_ARCHIVE_URIS,...]
|
||||
--spark-file-uris=[SPARK_FILE_URIS,...]
|
||||
--batch-executors-count=BATCH_EXECUTORS_COUNT
|
||||
--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-python-packages=[CONTAINER_IMAGE_PYTHON_PACKAGES,
|
||||
|
|
@ -132,10 +134,19 @@ FLAGS
|
|||
case of other keys being present in the args, then TASK_ARGS will
|
||||
be passed as the last argument.
|
||||
|
||||
--execution-project=EXECUTION_PROJECT
|
||||
The project in which jobs are run. By default, the project containing
|
||||
the Lake is used. If a project is provided, the
|
||||
--execution-service-account must belong to this same project.
|
||||
|
||||
--execution-service-account=EXECUTION_SERVICE_ACCOUNT
|
||||
Service account to use to execute a task. If not provided, the
|
||||
default Compute service account for the project is used.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
The Cloud KMS key to use for encryption, of the form:
|
||||
projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}
|
||||
|
||||
--max-job-execution-lifetime=MAX_JOB_EXECUTION_LIFETIME
|
||||
The maximum duration before the job execution expires.
|
||||
|
||||
|
|
@ -161,6 +172,9 @@ FLAGS
|
|||
|
||||
Container Image Runtime Configuration.
|
||||
|
||||
--container-image=CONTAINER_IMAGE
|
||||
Optional custom container image for the job.
|
||||
|
||||
--container-image-java-jars=[CONTAINER_IMAGE_JAVA_JARS,...]
|
||||
A list of Java JARS to add to the classpath. Valid input includes
|
||||
Cloud Storage URIs to Jar binaries. For example,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue