Resize a HDInsight cluster role.
azureResizeHDI(azureActiveContext, clustername, role = c("workernode",
"headnode", "edgenode"), size = 2, mode = c("Sync", "Async"),
subscriptionID, resourceGroup, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
role type: 'worker', 'head' or 'edge'
Numeric: the number of nodes for this type of role
Provisioning mode, "Sync" or "Async". Use "Async" to immediately return to R session after submission of request
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
Name of the resource group
Print Tracing information (Default False)
Other HDInsight functions: azureCreateHDI
,
azureDeleteHDI
, azureHDIConf
,
azureListHDI
,
azureRunScriptAction
,
azureScriptActionHistory