Feature
This class represents an optional feature with a name and its corresponding Spark configuration. It allows for defining specific Spark settings associated with a particular feature.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Name | string | The name of the optional feature. |
| SparkConfig | map[string]string | A map of string keys to string values representing the Spark configuration to use for the feature. |