This template allows you to deploy a new Linux HDInsight cluster with new Data Lake Store and Storage accounts.
Deze ARM-sjabloon (Azure Resource Manager) is gemaakt door een lid van de community, niet door Microsoft. Elke ARM-sjabloon wordt aan u in licentie gegeven onder een licentieovereenkomst van de eigenaar, niet van Microsoft. Microsoft is niet verantwoordelijk voor ARM-sjablonen die door communityleden worden verstrekt en in licentie worden gegeven, en test deze sjablonen ook niet op veiligheid, compatibiliteit of prestaties. ARM-sjablonen van de community worden onder geen enkel programma of geen enkele service van Microsoft ondersteund, en worden 'AS IS' beschikbaar gesteld, zonder enige vorm van garantie.
Parameters
Parameternaam | Beschrijving |
---|---|
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. |
De sjabloon gebruiken
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.jsonAzure PowerShell installeren en configureren
Opdrachtregel
azure config mode arm 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.jsonDe platformoverschrijdende Azure-opdrachregelinterface installeren en configureren