This template allows you to deploy a new Linux HDInsight cluster with new Data Lake Store and Storage accounts.
Этот шаблон Azure Resource Manager (ARM) был создан участником сообщества, а не Майкрософт. Каждый шаблон ARM лицензирован для вас в соответствии с условиями лицензионного соглашения с владельцем, а не с Майкрософт. Майкрософт не несет ответственности за шаблоны ARM, предоставленные и лицензированные членами сообщества, и не отслеживает их безопасности, совместимости или производительности. Шаблоны ARM, созданные сообществом, не поддерживаются ни в соответствии с какой-либо программой поддержки Майкрософт, ни какими-либо службами поддержки Майкрософт и предоставляются КАК ЕСТЬ без каких-либо гарантий.
Параметры
Имя параметра | Описание |
---|---|
clusterType | The type of the HDInsight cluster to create. |
clusterName | The name of the HDInsight cluster to create. |
clusterLoginUserName | These credentials can be used to submit jobs to the cluster and to log into cluster dashboards. |
clusterLoginPassword | The password must be at least 10 characters in length and must contain at least one digit, one non-alphanumeric character, and one upper or lower case letter. |
sshUserName | These credentials can be used to remotely access the cluster. |
sshPassword | The password must be at least 10 characters in length and must contain at least one digit, one non-alphanumeric character, and one upper or lower case letter. |
clusterStorageAccountName | The name of the Azure storage account to be created and be used as the cluster's primary storage. |
adlStoreName | The name of the Azure Data Lake Store account to be created and connected to the cluster. |
aadTenantId | The tenant ID (guid) of the Azure Active Directory (AAD) tenant where the service principal resides. |
servicePrincipalObjectId | The AAD object ID (guid) of the service principal that represents the HDInsight cluster. The service principal will be given permissions on the root folder of the Data Lake Store account. |
servicePrincipalApplicationId | The AAD application ID (guid) of the service principal that represents the HDInsight cluster. The service principal will be given permissions on the root folder of the Data Lake Store account. |
servicePrincipalCertificateContents | The base-64-encoded contents of the PFX certificate file that can be used to authenticate as the service principal that represents the HDInsight cluster. |
servicePrincipalCertificatePassword | The password securing the PFX certificate file that can be used to authenticate as the service principal that represents the HDInsight cluster. |
clusterWorkerNodeCount | The number of nodes in the HDInsight cluster. |
Использование шаблона
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-hdinsight-datalake-store-azure-storage/azuredeploy.jsonУстановка и настройка служб Azure PowerShell
Командная строка
azure config mode armУстановка и настройка кросс-платформенного интерфейса командной стройки Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-hdinsight-datalake-store-azure-storage/azuredeploy.json