TrinoJob class
A Dataproc job for running Trino (https://trino.io/) queries.
IMPORTANT: The Dataproc Trino Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/trino) must be enabled when the cluster is created to submit a Trino job to the cluster.
Constructors
Properties
-
clientTags
↔ List<
String> ? -
Trino client tags to attach to this query
getter/setter pair
- continueOnFailure ↔ bool?
-
Whether to continue executing queries if a query fails.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loggingConfig ↔ LoggingConfig?
-
The runtime log config for job execution.
getter/setter pair
- outputFormat ↔ String?
-
The format in which query output will be displayed.
getter/setter pair
-
properties
↔ Map<
String, String> ? -
A mapping of property names to values.
getter/setter pair
- queryFileUri ↔ String?
-
The HCFS URI of the script that contains SQL queries.
getter/setter pair
- queryList ↔ QueryList?
-
A list of queries.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited