az hdinsight application
管理 HDInsight 應用程式。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az hdinsight application create |
建立 HDInsight 叢集的應用程式。 |
核心 | GA |
az hdinsight application delete |
刪除 HDInsight 叢集上的指定應用程式。 |
核心 | GA |
az hdinsight application list |
列出 HDInsight 叢集的所有應用程式。 |
核心 | GA |
az hdinsight application show |
取得指定之應用程式的屬性。 |
核心 | GA |
az hdinsight application wait |
將 CLI 置於等候狀態,直到作業完成為止。 |
核心 | GA |
az hdinsight application create
建立 HDInsight 叢集的應用程式。
az hdinsight application create --cluster-name
--name
--resource-group
--script-action-name
--script-uri
[--access-mode]
[--destination-port]
[--disable-gateway-auth {false, true}]
[--edgenode-size]
[--marketplace-id]
[--no-validation-timeout]
[--script-parameters]
[--ssh-password]
[--ssh-public-key]
[--ssh-user]
[--sub-domain-suffix]
[--subnet]
[--tags]
[--type {CustomApplication, RServer}]
[--vnet-name]
範例
使用腳本 URI 建立應用程式。
az hdinsight application create -g MyResourceGroup -n MyApplication \
--cluster-name MyCluster \
--script-uri https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh \
--script-action-name MyScriptAction \
--script-parameters '"-version latest -port 20000"'
建立具有腳本 URI 和指定邊緣節點大小的應用程式。
az hdinsight application create -g MyResourceGroup -n MyApplication \
--cluster-name MyCluster \
--script-uri https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh \
--script-action-name MyScriptAction \
--script-parameters "-version latest -port 20000" \
--edgenode-size Standard_D4_v2
使用 HTTPS 端點建立應用程式。
az hdinsight application create -g MyResourceGroup -n MyApplication \
--cluster-name MyCluster \
--script-uri https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh \
--script-action-name MyScriptAction \
--script-parameters "-version latest -port 20000" \
--destination-port 8888 \
--sub-domain-suffix was
必要參數
叢集的名稱。
應用程式名稱的常數值。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
腳本動作的名稱。
腳本的 URI。
選擇性參數
應用程式的存取模式。
要連接的目的地埠。
指出是否要停用閘道驗證。 預設值為啟用閘道驗證。 預設:false。
節點的大小。 另請參閱: https://docs.microsoft.com/azure/hdinsight/hdinsight-hadoop-provision-linux-clusters#configure-cluster-size 。
市集識別碼。
允許在引數驗證階段期間發生逾時錯誤。 如果省略,則會允許驗證逾時錯誤。
腳本的參數。
叢集節點的 SSH 密碼。
叢集節點的 SSH 公開金鑰。
叢集節點的 SSH 使用者名稱。
應用程式的子域尾碼。
子網的名稱或識別碼。 如果提供名稱, --vnet-name
則必須提供 。
以空格分隔的標記:key[=value] [key[=value] ...]。使用 「」 清除現有的標記。
應用程式類型。
虛擬網路的名稱。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight application delete
刪除 HDInsight 叢集上的指定應用程式。
az hdinsight application delete --cluster-name
--name
--resource-group
[--no-wait]
[--yes]
必要參數
叢集的名稱。
應用程式名稱的常數值。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
選擇性參數
請勿等候長時間執行的作業完成。
不提示確認。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight application list
列出 HDInsight 叢集的所有應用程式。
az hdinsight application list --cluster-name
--resource-group
必要參數
叢集的名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight application show
取得指定之應用程式的屬性。
az hdinsight application show --cluster-name
--name
--resource-group
必要參數
叢集的名稱。
應用程式名稱的常數值。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az hdinsight application wait
將 CLI 置於等候狀態,直到作業完成為止。
az hdinsight application wait --cluster-name
--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 來取得完整偵錯記錄。