mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 23 10:59:14 UTC 2025
This commit is contained in:
parent
fe3a430c1d
commit
0acbd64d02
208 changed files with 2473 additions and 622 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha dataproc clusters diagnose (CLUSTER : --region=REGION)
|
||||
[--end-time=END_TIME] [--job-ids=JOB_IDS] [--start-time=START_TIME]
|
||||
[--tarball-access=TARBALL_ACCESS]
|
||||
[--tarball-access=TARBALL_ACCESS] [--tarball-gcs-dir=TARBALL_GCS_DIR]
|
||||
[--yarn-application-ids=YARN_APPLICATION_IDS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -65,9 +65,14 @@ FLAGS
|
|||
format).
|
||||
|
||||
--tarball-access=TARBALL_ACCESS
|
||||
Target access privileges for diagnose tarball. TARBALL_ACCESS must be
|
||||
Target access privileges for diagnostic tarball. TARBALL_ACCESS must be
|
||||
one of: GOOGLE_CLOUD_SUPPORT, GOOGLE_DATAPROC_DIAGNOSE.
|
||||
|
||||
--tarball-gcs-dir=TARBALL_GCS_DIR
|
||||
The output Cloud Storage directory for the diagnostic tarball. If not
|
||||
specified, a task-specific directory in the cluster's staging bucket
|
||||
will be used.
|
||||
|
||||
--yarn-application-ids=YARN_APPLICATION_IDS
|
||||
A list of yarn applications on which to perform the diagnosis.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue