Basic Autoscaling Algorithm Response
data class BasicAutoscalingAlgorithmResponse(val cooldownPeriod: String, val sparkStandaloneConfig: SparkStandaloneAutoscalingConfigResponse, val yarnConfig: BasicYarnAutoscalingConfigResponse)
Basic algorithm for autoscaling.
Constructors
Link copied to clipboard
constructor(cooldownPeriod: String, sparkStandaloneConfig: SparkStandaloneAutoscalingConfigResponse, yarnConfig: BasicYarnAutoscalingConfigResponse)
Properties
Link copied to clipboard
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.
Link copied to clipboard
Optional. Spark Standalone autoscaling configuration
Link copied to clipboard
Optional. YARN autoscaling configuration.