Reference documentation and code samples for the Google Cloud Dataproc V1 Client class TrinoJob.
A Dataproc job for running Trino queries.
IMPORTANT: The Dataproc Trino Optional Component must be enabled when the cluster is created to submit a Trino job to the cluster.
Generated from protobuf message google.cloud.dataproc.v1.TrinoJob
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ query_file_uri
string
The HCFS URI of the script that contains SQL queries.
↳ query_list
↳ continue_on_failure
bool
Optional. Whether to continue executing queries if a query fails. The default value is false
. Setting to true
can be useful when executing independent parallel queries.
↳ output_format
string
Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats
↳ client_tags
array
Optional. Trino client tags to attach to this query
↳ properties
array| Google\Protobuf\Internal\MapField
Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI
↳ logging_config
getQueryFileUri
The HCFS URI of the script that contains SQL queries.
string
hasQueryFileUri
setQueryFileUri
The HCFS URI of the script that contains SQL queries.
var
string
$this
getQueryList
A list of queries.
hasQueryList
setQueryList
A list of queries.
$this
getContinueOnFailure
Optional. Whether to continue executing queries if a query fails.
The default value is false
. Setting to true
can be useful when
executing independent parallel queries.
bool
setContinueOnFailure
Optional. Whether to continue executing queries if a query fails.
The default value is false
. Setting to true
can be useful when
executing independent parallel queries.
var
bool
$this
getOutputFormat
Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats
string
setOutputFormat
Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats
var
string
$this
getClientTags
Optional. Trino client tags to attach to this query
setClientTags
Optional. Trino client tags to attach to this query
var
string[]
$this
getProperties
Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI
setProperties
Optional. A mapping of property names to values. Used to set Trino session properties Equivalent to using the --session flag in the Trino CLI
$this
getLoggingConfig
Optional. The runtime log config for job execution.
hasLoggingConfig
clearLoggingConfig
setLoggingConfig
Optional. The runtime log config for job execution.
$this
getQueries
string