scaleUpFactor property
Fraction of required workers to add to Spark Standalone clusters.
A scale-up factor of 1.0 will result in scaling up so that there are no more required workers for the Spark Job (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling).Bounds: 0.0, 1.0.
Required.
Implementation
core.double? scaleUpFactor;