1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed May 17 10:38:17 UTC 2023

This commit is contained in:
Automated 2023-05-17 10:38:17 +00:00
parent 14441c7ea7
commit a56fab68e5
151 changed files with 1878 additions and 2972 deletions

View file

@ -8,8 +8,9 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]] [--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Submit a Dataproc batch job.
@ -115,6 +116,13 @@ FLAGS
--service-account=SERVICE_ACCOUNT
The IAM service account to be used for a batch/session job.
--staging-bucket=STAGING_BUCKET
The Cloud Storage bucket to use to store job dependencies, config
files, and job driver console output. If not specified, the default
[staging bucket]
(https://cloud.google.com/dataproc-serverless/docs/concepts/buckets) is
used.
--tags=[TAGS,...]
Network tags for traffic control.

View file

@ -10,9 +10,10 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--py-files=[PY,...]]
[--region=REGION] [--request-id=REQUEST_ID]
[--service-account=SERVICE_ACCOUNT] [--tags=[TAGS,...]] [--ttl=TTL]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
[--service-account=SERVICE_ACCOUNT] [--staging-bucket=STAGING_BUCKET]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
DESCRIPTION
(BETA) Submit a PySpark batch job.
@ -131,6 +132,13 @@ FLAGS
--service-account=SERVICE_ACCOUNT
The IAM service account to be used for a batch/session job.
--staging-bucket=STAGING_BUCKET
The Cloud Storage bucket to use to store job dependencies, config
files, and job driver console output. If not specified, the default
[staging bucket]
(https://cloud.google.com/dataproc-serverless/docs/concepts/buckets) is
used.
--tags=[TAGS,...]
Network tags for traffic control.

View file

@ -11,9 +11,9 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
DESCRIPTION
(BETA) Submit a Spark batch job.
@ -146,6 +146,13 @@ OPTIONAL FLAGS
--service-account=SERVICE_ACCOUNT
The IAM service account to be used for a batch/session job.
--staging-bucket=STAGING_BUCKET
The Cloud Storage bucket to use to store job dependencies, config
files, and job driver console output. If not specified, the default
[staging bucket]
(https://cloud.google.com/dataproc-serverless/docs/concepts/buckets) is
used.
--tags=[TAGS,...]
Network tags for traffic control.

View file

@ -10,9 +10,9 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--ttl=TTL] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
[-- JOB_ARG ...]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...] [-- JOB_ARG ...]
DESCRIPTION
(BETA) Submit a Spark R batch job.
@ -123,6 +123,13 @@ FLAGS
--service-account=SERVICE_ACCOUNT
The IAM service account to be used for a batch/session job.
--staging-bucket=STAGING_BUCKET
The Cloud Storage bucket to use to store job dependencies, config
files, and job driver console output. If not specified, the default
[staging bucket]
(https://cloud.google.com/dataproc-serverless/docs/concepts/buckets) is
used.
--tags=[TAGS,...]
Network tags for traffic control.

View file

@ -11,9 +11,9 @@ SYNOPSIS
[--metastore-service=METASTORE_SERVICE]
[--properties=[PROPERTY=VALUE,...]] [--region=REGION]
[--request-id=REQUEST_ID] [--service-account=SERVICE_ACCOUNT]
[--tags=[TAGS,...]] [--ttl=TTL] [--vars=[NAME=VALUE,...]]
[--version=VERSION] [--network=NETWORK | --subnet=SUBNET]
[GCLOUD_WIDE_FLAG ...]
[--staging-bucket=STAGING_BUCKET] [--tags=[TAGS,...]] [--ttl=TTL]
[--vars=[NAME=VALUE,...]] [--version=VERSION]
[--network=NETWORK | --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Submit a Spark SQL batch job.
@ -114,6 +114,13 @@ FLAGS
--service-account=SERVICE_ACCOUNT
The IAM service account to be used for a batch/session job.
--staging-bucket=STAGING_BUCKET
The Cloud Storage bucket to use to store job dependencies, config
files, and job driver console output. If not specified, the default
[staging bucket]
(https://cloud.google.com/dataproc-serverless/docs/concepts/buckets) is
used.
--tags=[TAGS,...]
Network tags for traffic control.