View Source GoogleApi.Dataproc.V1.Model.SparkSqlBatch (google_api_dataproc v0.54.0)

A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload.

Attributes

  • jarFileUris (type: list(String.t), default: nil) - Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
  • queryFileUri (type: String.t, default: nil) - Required. The HCFS URI of the script that contains Spark SQL queries to execute.
  • queryVariables (type: map(), default: nil) - Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.SparkSqlBatch{
  jarFileUris: [String.t()] | nil,
  queryFileUri: String.t() | nil,
  queryVariables: map() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.