Class: Google::Cloud::Dataproc::V1::AuxiliaryServicesConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Auxiliary services configuration for a Cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#metastore_config::Google::Cloud::Dataproc::V1::MetastoreConfig

Returns Optional. The Hive Metastore configuration for this workload.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 218

class AuxiliaryServicesConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#spark_history_server_config::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig

Returns Optional. The Spark History Server configuration for the workload.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 218

class AuxiliaryServicesConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end