gcloud beta dataproc workflow-templates add-job presto

NAME
gcloud beta dataproc workflow-templates add-job presto - add a Presto job to the workflow template
SYNOPSIS
gcloud beta dataproc workflow-templates add-job presto--step-id=STEP_ID(--execute=QUERY,-eQUERY    |--file=FILE,-fFILE)(--workflow-template=WORKFLOW_TEMPLATE :--region=REGION)[--client-tags=[CLIENT_TAG,…]][--continue-on-failure][--driver-log-levels=[PACKAGE=LEVEL,…]][--labels=[KEY=VALUE,…]][--properties=[PARAM=VALUE,…]][--properties-file=PROPERTIES_FILE][--query-output-format=QUERY_OUTPUT_FORMAT][--start-after=STEP_ID,[STEP_ID,…]][GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Add a Presto job to the workflow template.
EXAMPLES
To add a Presto job that executes query 'QUERY' to a the workflow template'my-workflow-template' in region 'us-central1' with step-id 'my-step-id',

run:

gcloudbetadataprocworkflow-templatesadd-jobpresto--step-id=my-step_id-e=QUERY--workflow-template=my-workflow-template--region=us-central1
REQUIRED FLAGS
--step-id=STEP_ID
The step ID of the job in the workflow template.
Exactly one of these must be specified:
--execute=QUERY,-eQUERY
A Presto query to execute.
--file=FILE,-fFILE
HCFS URI of file containing the Presto script to execute.
Template resource - The name of the workflow template to add job to. Thearguments in this group can be used to specify the attributes of this resource.(NOTE) Some attributes are not given arguments in this group but can be set inother ways.

To set theproject attribute:

  • provide the argument--workflow-template on the command line with afully specified name;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

--workflow-template=WORKFLOW_TEMPLATE
ID of the template or fully qualified identifier for the template.

To set thetemplate attribute:

  • provide the argument--workflow-template on the command line.

This flag argument must be specified if any of the other arguments in this groupare specified.

--region=REGION
Dataproc region for the template. Each Dataproc region constitutes anindependent resource namespace constrained to deploying instances into ComputeEngine zones inside the region. Overrides the defaultdataproc/region property value for this command invocation.

To set theregion attribute:

  • provide the argument--workflow-template on the command line with afully specified name;
  • provide the argument--region on the command line;
  • set the propertydataproc/region.
OPTIONAL FLAGS
--client-tags=[CLIENT_TAG,…]
A list of Presto client tags to attach to this query.
--continue-on-failure
Whether to continue if a query fails.
--driver-log-levels=[PACKAGE=LEVEL,…]
A list of package-to-log4j log level pairs to configure driver logging. Forexample: root=FATAL,com.example=INFO
--labels=[KEY=VALUE,…]
List of label KEY=VALUE pairs to add.

Keys must start with a lowercase character and contain only hyphens(-), underscores (_), lowercase characters, andnumbers. Values must contain only hyphens (-), underscores(_), lowercase characters, and numbers.

--properties=[PARAM=VALUE,…]
A list of key value pairs to set Presto session properties.
--properties-file=PROPERTIES_FILE
Path to a local file or a file in a Cloud Storage bucket containingconfiguration properties for the job. The client machine running this commandmust have read permission to the file.

Specify properties in the form of property=value in the text file. For example:

# Properties to set for the job:key1=value1key2=value2# Comment out properties not used.# key3=value3

If a property is set in both--properties and--properties-file, the value defined in--propertiestakes precedence.

--query-output-format=QUERY_OUTPUT_FORMAT
The query output display format. See the Presto documentation for supportedoutput formats.
--start-after=STEP_ID,[STEP_ID,…]
(Optional) List of step IDs to start this job after.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gclouddataprocworkflow-templatesadd-jobpresto
gcloudalphadataprocworkflow-templatesadd-jobpresto

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-22 UTC.