GdcSparkApplicationSparkSqlApplicationConfig

data class GdcSparkApplicationSparkSqlApplicationConfig(val jarFileUris: List<String>? = null, val queryFileUri: String? = null, val queryList: GdcSparkApplicationSparkSqlApplicationConfigQueryList? = null, val scriptVariables: Map<String, String>? = null)

Constructors

constructor(jarFileUris: List<String>? = null, queryFileUri: String? = null, queryList: GdcSparkApplicationSparkSqlApplicationConfigQueryList? = null, scriptVariables: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jarFileUris: List<String>? = null

HCFS URIs of jar files to be added to the Spark CLASSPATH.

Link copied to clipboard
val queryFileUri: String? = null

The HCFS URI of the script that contains SQL queries.

Link copied to clipboard

Represents a list of queries. Structure is documented below.

Link copied to clipboard

Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).