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
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 |
---|---|
adminUsername | Admin user name for the VMs |
scriptsUri | (geen beschrijving beschikbaar) |
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 |
De sjabloon gebruiken
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 deploymentAzure PowerShell installeren en configureren
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cloudera-tableau/azuredeploy.json
Opdrachtregel
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 deploymentDe platformoverschrijdende Azure-opdrachregelinterface installeren en configureren
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cloudera-tableau/azuredeploy.json