1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -21,8 +21,8 @@ EXAMPLES
To submit a PySpark batch job called "my-batch" that runs "my-pyspark.py",
run:
$ gcloud beta dataproc batches submit pyspark pyspark \
my-pyspark.py --batch=my-batch --deps-bucket=gs://my-bucket \
$ gcloud beta dataproc batches submit pyspark my-pyspark.py \
--batch=my-batch --deps-bucket=gs://my-bucket \
--region=us-central1 --py-files='path/to/my/python/script.py'
POSITIONAL ARGUMENTS