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 SourceImageVersion
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 |
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> |
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> |
Properties
Declaration
public readonly ImmutableDictionary<string, object> Properties
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |