The Azure Quickstart templates are currently available in English
Deploys a Cloudera cluster with a Tableau server. Instructions provided for data generation in the Cloudera cluster. Instructions are provided for configuring the Tableau server with custom dashboards
Questo modello di Azure Resource Manager è stato creato da un membro della community e non da Microsoft. Ogni modello di Azure Resource Manager viene concesso in licenza ai sensi di un contratto di licenza a cura del proprietario e non di Microsoft. Microsoft non è responsabile dei modelli di Azure Resource Manager forniti e concessi in licenza da membri della community e non ne verifica la sicurezza, la compatibilità o le prestazioni. I modelli di Azure Resource Manager della community non sono supportati nell'ambito di alcun programma o servizio di supporto tecnico Microsoft e vengono resi disponibili COSÌ COME SONO senza garanzie di alcun tipo.
Parametri
Nome parametro | Descrizione |
---|---|
adminUsername | Admin user name for the VMs |
scriptsUri | (nessuna descrizione disponibile) |
adminPassword | Admin password for the VMs (A mix of upper and lower-case characters, digits and symbols) |
cmUsername | User name for the Cloudera Manager |
cmPassword | password for the Cloudera Manager (A mix of upper and lower-case characters, digits and symbols) |
storageAccountPrefix | Unique namespace for the Storage Account where the VM disks will be placed (alphahumeric characters only) |
dnsNamePrefix | Unique public DNS name where the VMs will be exposed |
masterStorageAccountType | The type of the Storage Account to be created for master nodes (defaults to Premium_LRS) |
workerStorageAccountType | The type of the Storage Account to be created for worker nodes (defaults to Standard_LRS) |
virtualNetworkName | The name of the virtual network provisioned for the deployment |
vnetNewOrExisting | Indicator for new or exiting Virtual Network |
virtualNetworkRGName | Resource Group Name for Vnet. For new VNet leave it empty, otherwise type in existing resource group name |
addressPrefix | Virtual Network address CIDR |
subnetName | Subnet name for the virtual network where resources will be provisioned |
subnetPrefix | CIDR for the subnet where VMs will be placed |
subnet1Name | Subnet name for the virtual network where resources will be provisioned |
subnet1Prefix | CIDR for the subnet where VMs will be placed |
masterNodeIPAddress | IP address for the first master |
tableauIPAddress | IP address for the Tableau server |
dataNodeIPOffSetFromMaster | IP address from the master node, for example if the first master is 10.1.1.1, then the first dataNode would be 10.1.1.11 |
tshirtSize | T-shirt size of the Cloudera cluster (Eval, Prod) |
numberOfDataNodes | Number of data nodes for Prod (defaults to 3) |
vmSize | The size of the VMs deployed in the cluster (defaults to Standard_DS14) |
company | Your Company |
emailAddress | your email |
businessPhone | your business phone number |
firstName | Your FirstName |
lastName | Your LastName |
jobRole | Job Role |
jobFunction | Job Function |
Usa il modello
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallare e configurare Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cloudera-tableau/azuredeploy.json
Riga di comando
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallare e configurare l'interfaccia della riga di comando multipiattaforma di Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cloudera-tableau/azuredeploy.json