scaleUpFactor property

double? scaleUpFactor
getter/setter pair

Fraction of average YARN pending memory in the last cooldown period for which to add workers.

A scale-up factor of 1.0 will result in scaling up so that there is no pending memory remaining after the update (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling). See How autoscaling works (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works) for more information.Bounds: 0.0, 1.0.

Required.

Implementation

core.double? scaleUpFactor;