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
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
自動調整類型。
選擇性參數
以空格分隔的排程日期清單。
負載型 atuoscale 的最大背景工作節點計數。
負載型 atuoscale 的最小背景工作節點計數。
請勿等候長時間執行的作業完成。
以 xx:xx 為單位的 24 小時時間。
排程自動調整類型的時區。 來自 az hdinsight autoscale list-timezones
的值。
排程背景工作節點計數。
不提示確認。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --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
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
選擇性參數
請勿等候長時間執行的作業完成。
不提示確認。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight autoscale list-timezones
啟用以排程為基礎的自動調整時,列出可用的時區名稱。
az hdinsight autoscale list-timezones
範例
列出可用的時區名稱。
az hdinsight autoscale list-timezones
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight autoscale show
取得指定叢集的自動調整組態。
az hdinsight autoscale show --cluster-name
--resource-group
範例
取得自動調整設定。
az hdinsight autoscale show --resource-group MyResourceGroup --cluster-name MyCluster
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --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"
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
選擇性參數
負載型 atuoscale 的最大背景工作節點計數。
負載型 atuoscale 的最小背景工作節點計數。
請勿等候長時間執行的作業完成。
排程自動調整類型的時區。 來自 az hdinsight autoscale list-timezones
的值。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight autoscale wait
將 CLI 置於等候狀態,直到作業完成為止。
az hdinsight autoscale wait --name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
選擇性參數
請等候在 'Succeeded' 使用 'provisioningState' 建立。
等到條件符合自訂 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到刪除為止。
等候資源存在。
輪詢間隔以秒為單位。
以秒為單位的等候上限。
等到 provisioningState 更新為 'Succeeded'。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。