Class: Google::Cloud::Dataproc::V1::SparkSqlBatch

Inherits:
Object
  • Object
show all
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

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