Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::SparkSqlBatch (v0.26.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::SparkSqlBatch.

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

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

#jar_file_uris=

defjar_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

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

#query_file_uri=

defquery_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

defquery_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=

defquery_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";).

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.