A Dataproc job for running Presto queries. IMPORTANT: The Dataproc Presto Optional Component must be enabled when the cluster is created to submit a Presto job to the cluster.
JSON representation |
---|
{ "continueOnFailure": boolean, "outputFormat": string, "clientTags": [ string ], "properties": { string: string, ... }, "loggingConfig": { object ( |
Fields | |
---|---|
continueOnFailure |
Optional. Whether to continue executing queries if a query fails. The default value is |
outputFormat |
Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats |
clientTags[] |
Optional. Presto client tags to attach to this query |
properties |
Optional. A mapping of property names to values. Used to set Presto session properties Equivalent to using the --session flag in the Presto CLI An object containing a list of |
loggingConfig |
Optional. The runtime log config for job execution. |
Union field queries . Required. The sequence of Presto queries to execute, specified as either an HCFS file URI or as a list of queries. queries can be only one of the following: |
|
queryFileUri |
The HCFS URI of the script that contains SQL queries. |
queryList |
A list of queries. |