'Azure HDI cluster create: how to specify head/worker node type from CLI?
How does user specify the head/worker node instance type from CLI? I looked at the following links,
https://docs.microsoft.com/en-us/azure/hdinsight/spark/apache-spark-create-cluster-cli
https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-cli
The link specifies worker count but does not mention about type of worker.
Solution 1:[1]
Not sure if you can choose the VM types in Azure CLI but you can try and validate using Powershell or ARM template
ARM template
- Download the ARM template after the validation is passed
Powershell Please refer to this link-https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-create-linux-clusters-azure-powershell
--workernode-size <>
--headnode-size <>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Subash |


