共用方式為


az hdinsight autoscale

管理 HDInsight 叢集的自動調整設定。

命令

名稱 Description 類型 狀態
az hdinsight autoscale condition

管理已啟用排程型自動調整之 HDInsight 叢集的排程條件。

核心 GA
az hdinsight autoscale condition create

新增排程條件。

核心 GA
az hdinsight autoscale condition delete

刪除排程條件。

核心 GA
az hdinsight autoscale condition list

列出所有排程條件。

核心 GA
az hdinsight autoscale condition update

更新排程條件。

核心 GA
az hdinsight autoscale condition wait

將 CLI 置於等候狀態,直到作業完成為止。

核心 GA
az hdinsight autoscale create

啟用執行中叢集的自動調整。

核心 GA
az hdinsight autoscale delete

停用執行中叢集的自動調整。

核心 GA
az hdinsight autoscale list-timezones

啟用以排程為基礎的自動調整時,列出可用的時區名稱。

核心 GA
az hdinsight autoscale show

取得指定叢集的自動調整組態。

核心 GA
az hdinsight autoscale update

更新自動調整設定。

核心 GA
az hdinsight autoscale wait

將 CLI 置於等候狀態,直到作業完成為止。

核心 GA

az hdinsight autoscale create

啟用執行中叢集的自動調整。

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]

範例

針對執行中的叢集啟用以負載為基礎的自動調整。

az hdinsight autoscale create --resource-group MyResourceGroup --cluster-name MyCluster --type Load \
--min-workernode-count 3 --max-workernode-count 5

針對執行中的叢集啟用以排程為基礎的自動調整。

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

必要參數

--cluster-name

叢集的名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--type

自動調整類型。

接受的值: Load, Schedule

選擇性參數

--days

以空格分隔的排程日期清單。

接受的值: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday
--max-workernode-count

負載型 atuoscale 的最大背景工作節點計數。

--min-workernode-count

負載型 atuoscale 的最小背景工作節點計數。

--no-wait

請勿等候長時間執行的作業完成。

預設值: False
--time

以 xx:xx 為單位的 24 小時時間。

--timezone

排程自動調整類型的時區。 來自 az hdinsight autoscale list-timezones 的值。

--workernode-count

排程背景工作節點計數。

--yes -y

不提示確認。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az hdinsight autoscale delete

停用執行中叢集的自動調整。

az hdinsight autoscale delete --cluster-name
                              --resource-group
                              [--no-wait]
                              [--yes]

範例

停用執行中叢集的自動調整。

az hdinsight autoscale delete --resource-group MyResourceGroup --cluster-name MyCluster

必要參數

--cluster-name

叢集的名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

選擇性參數

--no-wait

請勿等候長時間執行的作業完成。

預設值: False
--yes -y

不提示確認。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az hdinsight autoscale list-timezones

啟用以排程為基礎的自動調整時,列出可用的時區名稱。

az hdinsight autoscale list-timezones

範例

列出可用的時區名稱。

az hdinsight autoscale list-timezones
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az hdinsight autoscale show

取得指定叢集的自動調整組態。

az hdinsight autoscale show --cluster-name
                            --resource-group

範例

取得自動調整設定。

az hdinsight autoscale show --resource-group MyResourceGroup --cluster-name MyCluster

必要參數

--cluster-name

叢集的名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az hdinsight autoscale update

更新自動調整設定。

az hdinsight autoscale update --cluster-name
                              --resource-group
                              [--max-workernode-count]
                              [--min-workernode-count]
                              [--no-wait]
                              [--timezone]

範例

更新以負載為基礎的自動調整相關組態。

az hdinsight autoscale update --resource-group MyResourceGroup --cluster-name MyCluster --max-workernode-count 5

更新以排程為基礎的自動調整相關設定。

az hdinsight autoscale update --resource-group MyResourceGroup --cluster-name MyCluster --timezone "China Standard Time"

必要參數

--cluster-name

叢集的名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

選擇性參數

--max-workernode-count

負載型 atuoscale 的最大背景工作節點計數。

--min-workernode-count

負載型 atuoscale 的最小背景工作節點計數。

--no-wait

請勿等候長時間執行的作業完成。

預設值: False
--timezone

排程自動調整類型的時區。 來自 az hdinsight autoscale list-timezones 的值。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az hdinsight autoscale wait

將 CLI 置於等候狀態,直到作業完成為止。

az hdinsight autoscale wait --name
                            --resource-group
                            [--created]
                            [--custom]
                            [--deleted]
                            [--exists]
                            [--interval]
                            [--timeout]
                            [--updated]

必要參數

--name -n

叢集的名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

選擇性參數

--created

請等候在 'Succeeded' 使用 'provisioningState' 建立。

預設值: False
--custom

等到條件符合自訂 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

--deleted

等到刪除為止。

預設值: False
--exists

等候資源存在。

預設值: False
--interval

輪詢間隔以秒為單位。

預設值: 30
--timeout

以秒為單位的等候上限。

預設值: 3600
--updated

等到 provisioningState 更新為 'Succeeded'。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。