Show / Hide Table of Contents

Class ClusterClusterConfigSoftwareConfig

Inheritance
System.Object
ClusterClusterConfigSoftwareConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSoftwareConfig

Fields

View Source

ImageVersion

The Cloud Dataproc image version to use for the cluster - this controls the sets of software versions installed onto the nodes when you create clusters. If not specified, defaults to the latest version. For a list of valid versions see Cloud Dataproc versions

Declaration
public readonly string ImageVersion
Field Value
Type Description
System.String
View Source

OptionalComponents

The set of optional components to activate on the cluster. Accepted values are:

  • ANACONDA
  • DRUID
  • HBASE
  • HIVE_WEBHCAT
  • JUPYTER
  • KERBEROS
  • PRESTO
  • RANGER
  • SOLR
  • ZEPPELIN
  • ZOOKEEPER
Declaration
public readonly ImmutableArray<string> OptionalComponents
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OverrideProperties

A list of override and additional properties (key/value pairs) used to modify various aspects of the common configuration files used when creating a cluster. For a list of valid properties please see Cluster properties

Declaration
public readonly ImmutableDictionary<string, string> OverrideProperties
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Properties

Declaration
public readonly ImmutableDictionary<string, object> Properties
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.