Class: Google::Cloud::Dataproc::V1::AuxiliaryServicesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::AuxiliaryServicesConfig
- 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
-
#metastore_config ⇒ ::Google::Cloud::Dataproc::V1::MetastoreConfig
Optional.
-
#spark_history_server_config ⇒ ::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
Optional.
Instance Attribute Details
#metastore_config ⇒ ::Google::Cloud::Dataproc::V1::MetastoreConfig
Returns Optional. The Hive Metastore configuration for this workload.
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.
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 |