Interface protos.google.cloud.dataproc.v1.ISparkSqlJob (2.4.4)

Properties of a SparkSqlJob.

Package

@google-cloud/dataproc!

Properties

jarFileUris

jarFileUris?: (string[]|null);

SparkSqlJob jarFileUris

Property Value
TypeDescription
(string[]|null)

loggingConfig

loggingConfig?: (google.cloud.dataproc.v1.ILoggingConfig|null);

SparkSqlJob loggingConfig

Property Value
TypeDescription
(google.cloud.dataproc.v1.ILoggingConfig|null)

properties

properties?: ({ [k: string]: string }|null);

SparkSqlJob properties

Property Value
TypeDescription
({ [k: string]: string }|null)

queryFileUri

queryFileUri?: (string|null);

SparkSqlJob queryFileUri

Property Value
TypeDescription
(string|null)

queryList

queryList?: (google.cloud.dataproc.v1.IQueryList|null);

SparkSqlJob queryList

Property Value
TypeDescription
(google.cloud.dataproc.v1.IQueryList|null)

scriptVariables

scriptVariables?: ({ [k: string]: string }|null);

SparkSqlJob scriptVariables

Property Value
TypeDescription
({ [k: string]: string }|null)