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
此 Azure Resource Manager (ARM) 模板由社区的某个成员(而不是由 Microsoft)创建。每个 ARM 模板都根据其所有者(不是 Microsoft)的许可协议向你授予许可。Microsoft 不对由社区成员提供并授予许可的 ARM 模板负责,并且不针对安全性、兼容性和性能进行筛选。社区 ARM 模板不由任何 Microsoft 支持计划或服务提供支持,按“原样”提供,没有任何种类的担保。
参数
参数名 | 说明 |
---|---|
adminUsername | Admin user name for the VMs |
scriptsUri | (无可用说明) |
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 |
使用模板
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 deployment安装和配置 Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cloudera-tableau/azuredeploy.json
命令行
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 deployment安装和配置 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