< Back
Update-DatabricksClusterResize
Post
NAME Update-DatabricksClusterResize
SYNOPSIS
Resize number of workers in a Databricks cluster
SYNTAX
Update-DatabricksClusterResize [[-BearerToken] <String>] [[-Region] <String>] [-ClusterId] <String>
[-MinNumberOfWorkers] <Int32> [-MaxNumberOfWorkers] <Int32> [<CommonParameters>]
DESCRIPTION
Resize number of workers in a Databricks cluster
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Databricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterId <String>
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MinNumberOfWorkers <Int32>
Min number of workers for cluster that will run the job. If the same as $MaxNumberOfWorkers autoscale is
disabled.
Required? true
Position? 4
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MaxNumberOfWorkers <Int32>
Max number of workers for cluster that will run the job. If the same as $MinNumberOfWorkers autoscale is
disabled.
Required? true
Position? 5
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
RELATED LINKS
SYNOPSIS
Resize number of workers in a Databricks cluster
SYNTAX
Update-DatabricksClusterResize [[-BearerToken] <String>] [[-Region] <String>] [-ClusterId] <String>
[-MinNumberOfWorkers] <Int32> [-MaxNumberOfWorkers] <Int32> [<CommonParameters>]
DESCRIPTION
Resize number of workers in a Databricks cluster
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Databricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterId <String>
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MinNumberOfWorkers <Int32>
Min number of workers for cluster that will run the job. If the same as $MaxNumberOfWorkers autoscale is
disabled.
Required? true
Position? 4
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MaxNumberOfWorkers <Int32>
Max number of workers for cluster that will run the job. If the same as $MinNumberOfWorkers autoscale is
disabled.
Required? true
Position? 5
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
RELATED LINKS