powered by
Resize an Azure cloud-enabled cluster.
resizeCluster(cluster, dedicatedMin, dedicatedMax, lowPriorityMin, lowPriorityMax, algorithm = "QUEUE", timeInterval = "PT5M")
Cluster object that was referenced in makeCluster
makeCluster
The minimum number of dedicated nodes
The maximum number of dedicated nodes
The minimum number of low priority nodes
The maximum number of low priority nodes
Current built-in autoscale formulas: QUEUE, MAX_CPU, WEEKEND, WEEKDAY
Time interval at which to automatically adjust the pool size according to the autoscale formula
# NOT RUN { resizeCluster(cluster, dedicatedMin = 2, dedicatedMax = 6, dedicatedMin = 2, dedicatedMax = 6, algorithm = "QUEUE", timeInterval = "PT10M") # }
Run the code above in your browser using DataLab