Class: Google::Cloud::Dataproc::V1::SparkSqlBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::SparkSqlBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/batches.rb
Overview
A configuration for running Apache Spark SQL queries as a batch workload.
Defined Under Namespace
Classes: QueryVariablesEntry
Instance Attribute Summary collapse
-
#jar_file_uris ⇒ ::Array<::String>
Optional.
-
#query_file_uri ⇒ ::String
Required.
-
#query_variables ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
Instance Attribute Details
#jar_file_uris ⇒ ::Array<::String>
368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 368 class SparkSqlBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class QueryVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#query_file_uri ⇒ ::String
368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 368 class SparkSqlBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class QueryVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#query_variables ⇒ ::Google::Protobuf::Map{::String => ::String}
368 369 370 371 372 373 374 375 376 377 378 379 380 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 368 class SparkSqlBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class QueryVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |