az hdinsight autoscale
Manage HDInsight cluster's Autoscale configuration.
Commands
Name | Description | Type | Status |
---|---|---|---|
az hdinsight autoscale condition |
Manage schedule condition of the HDInsight cluster which enabled Schedule-based Autoscale. |
Core | GA |
az hdinsight autoscale condition create |
Add a new schedule condition. |
Core | GA |
az hdinsight autoscale condition delete |
Delete schedule condition. |
Core | GA |
az hdinsight autoscale condition list |
List all schedule conditions. |
Core | GA |
az hdinsight autoscale condition update |
Update a schedule condition. |
Core | GA |
az hdinsight autoscale condition wait |
Place the CLI in a waiting state until an operation is complete. |
Core | GA |
az hdinsight autoscale create |
Enable Autoscale for a running cluster. |
Core | GA |
az hdinsight autoscale delete |
Disable Autoscale for a running cluster. |
Core | GA |
az hdinsight autoscale list-timezones |
List the available timezone name when enabling Schedule-based Autoscale. |
Core | GA |
az hdinsight autoscale show |
Get the Autoscale configuration of a specified cluster. |
Core | GA |
az hdinsight autoscale update |
Update the Autoscale configuration. |
Core | GA |
az hdinsight autoscale wait |
Place the CLI in a waiting state until an operation is complete. |
Core | GA |
az hdinsight autoscale create
Enable Autoscale for a running cluster.
az hdinsight autoscale create --cluster-name
--resource-group
--type {Load, Schedule}
[--days {Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday}]
[--max-workernode-count]
[--min-workernode-count]
[--no-wait]
[--time]
[--timezone]
[--workernode-count]
[--yes]
Examples
Enable Load-based Autoscale for a running cluster.
az hdinsight autoscale create --resource-group MyResourceGroup --cluster-name MyCluster --type Load \
--min-workernode-count 3 --max-workernode-count 5
Enable Schedule-based Autoscale for a running cluster.
az hdinsight autoscale create --resource-group MyResourceGroup --cluster-name MyCluster --type Schedule \
--timezone "Pacific Standard Time" --days Monday Tuesday --time 09:00 --workernode-count 5
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The autoscale type.
Optional Parameters
A space-delimited list of schedule day.
The max workernode count for Load-based atuoscale.
The minimal workernode count for Load-based atuoscale.
Do not wait for the long-running operation to finish.
The 24-hour time in the form xx:xx in days.
The timezone for schedule autoscale type. Values from az hdinsight autoscale list-timezones
.
The schedule workernode count.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az hdinsight autoscale delete
Disable Autoscale for a running cluster.
az hdinsight autoscale delete --cluster-name
--resource-group
[--no-wait]
[--yes]
Examples
Disable Autoscale for a running cluster.
az hdinsight autoscale delete --resource-group MyResourceGroup --cluster-name MyCluster
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az hdinsight autoscale list-timezones
List the available timezone name when enabling Schedule-based Autoscale.
az hdinsight autoscale list-timezones
Examples
List the available timezone name.
az hdinsight autoscale list-timezones
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az hdinsight autoscale show
Get the Autoscale configuration of a specified cluster.
az hdinsight autoscale show --cluster-name
--resource-group
Examples
Get the Autoscale configuration.
az hdinsight autoscale show --resource-group MyResourceGroup --cluster-name MyCluster
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az hdinsight autoscale update
Update the Autoscale configuration.
az hdinsight autoscale update --cluster-name
--resource-group
[--max-workernode-count]
[--min-workernode-count]
[--no-wait]
[--timezone]
Examples
Update Load-based Autoscale related configuration.
az hdinsight autoscale update --resource-group MyResourceGroup --cluster-name MyCluster --max-workernode-count 5
Update Schedule-based Autoscale related configuration.
az hdinsight autoscale update --resource-group MyResourceGroup --cluster-name MyCluster --timezone "China Standard Time"
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The max workernode count for Load-based atuoscale.
The minimal workernode count for Load-based atuoscale.
Do not wait for the long-running operation to finish.
The timezone for schedule autoscale type. Values from az hdinsight autoscale list-timezones
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az hdinsight autoscale wait
Place the CLI in a waiting state until an operation is complete.
az hdinsight autoscale wait --name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.