public sealed class SparkSqlJob : IMessage<SparkSqlJob>, IEquatable<SparkSqlJob>, IDeepCloneable<SparkSqlJob>, IBufferMessage, IMessage
A Dataproc job for running Apache Spark SQL queries.
Implements
IMessage<SparkSqlJob>, IEquatable<SparkSqlJob>, IDeepCloneable<SparkSqlJob>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
SparkSqlJob()
public SparkSqlJob()
SparkSqlJob(SparkSqlJob)
public SparkSqlJob(SparkSqlJob other)
Parameter | |
---|---|
Name | Description |
other | SparkSqlJob |
Properties
JarFileUris
public RepeatedField<string> JarFileUris { get; }
Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
LoggingConfig
public LoggingConfig LoggingConfig { get; set; }
Optional. The runtime log config for job execution.
Property Value | |
---|---|
Type | Description |
LoggingConfig |
Properties
public MapField<string, string> Properties { get; }
Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API may be overwritten.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
QueriesCase
public SparkSqlJob.QueriesOneofCase QueriesCase { get; }
Property Value | |
---|---|
Type | Description |
SparkSqlJob.QueriesOneofCase |
QueryFileUri
public string QueryFileUri { get; set; }
The HCFS URI of the script that contains SQL queries.
Property Value | |
---|---|
Type | Description |
String |
QueryList
public QueryList QueryList { get; set; }
A list of queries.
Property Value | |
---|---|
Type | Description |
QueryList |
ScriptVariables
public MapField<string, string> ScriptVariables { get; }
Optional. Mapping of query variable names to values (equivalent to the
Spark SQL command: SET name="value";
).
Property Value | |
---|---|
Type | Description |
MapField<String, String> |