This template creates a Spark cluster on Ubuntu virtual machine image, enables persistence (by default) and applies all well-known optimizations and best practices
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 | Administrator user name used when provisioning virtual machines |
adminPassword | Administrator password used when provisioning virtual machines |
imagePublisher | Image Publisher |
imageOffer | Image Offer |
imageSKU | Image SKU |
virtualNetworkName | The arbitrary name of the virtual network provisioned for the cluster |
addressPrefix | The network address space for the virtual network |
subnetName | Subnet name for the virtual network that resources will be provisioned in to |
subnetPrefix | Address space for the virtual network subnet |
sparkVersion | The version of the Spark package to be deployed on the cluster (or use 'stable' to pull in the latest and greatest) |
sparkClusterName | The arbitrary name of the Spark cluster (maps to cluster's configuration file name) |
sparkNodeIPAddressPrefix | The IP address prefix that will be used for constructing a static private IP address for each node in the cluster |
sparkSlaveNodeIPAddressPrefix | The IP address prefix that will be used for constructing a static private IP address for each node in the cluster |
jumpbox | The flag allowing to enable or disable provisioning of the jumpbox VM that can be used to access the Spark nodes |
tshirtSize | T-shirt size of the Spark cluster |
location | Location for all resources. |
De sjabloon gebruiken
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/spark-on-ubuntu/azuredeploy.jsonAzure PowerShell installeren en configureren
Opdrachtregel
azure config mode armDe platformoverschrijdende Azure-opdrachregelinterface installeren en configureren
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/spark-on-ubuntu/azuredeploy.json