SparkSqlJob class

A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/) queries.

Constructors

SparkSqlJob({List<String>? jarFileUris, LoggingConfig? loggingConfig, Map<String, String>? properties, String? queryFileUri, QueryList? queryList, Map<String, String>? scriptVariables})
SparkSqlJob.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
jarFileUris List<String>?
HCFS URIs of jar files to be added to the Spark CLASSPATH.
getter/setter pair
loggingConfig LoggingConfig?
The runtime log config for job execution.
getter/setter pair
properties Map<String, String>?
A mapping of property names to values, used to configure Spark SQL's SparkConf.
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
scriptVariables Map<String, String>?
Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
getter/setter pair

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