Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::SparkSqlBatch (v0.26.0)
Stay organized with collections
Save and categorize content based on your preferences.
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";).