Class Google::Cloud::Dataproc::V1::SparkSqlBatch (v0.8.0)

A configuration for running Apache Spark SQL queries as a batch workload.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#jar_file_uris

def jar_file_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.

#jar_file_uris=

def jar_file_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
Returns
  • (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.

#query_file_uri

def query_file_uri() -> ::String
Returns
  • (::String) — Required. The HCFS URI of the script that contains Spark SQL queries to execute.

#query_file_uri=

def query_file_uri=(value) -> ::String
Parameter
  • value (::String) — Required. The HCFS URI of the script that contains Spark SQL queries to execute.
Returns
  • (::String) — Required. The HCFS URI of the script that contains Spark SQL queries to execute.

#query_variables

def query_variables() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

#query_variables=

def query_variables=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).