Description Usage Arguments See Also
Resize a HDInsight cluster role.
| 1 2 3 | azureResizeHDI(azureActiveContext, clustername, role = c("worker", "head",
  "edge"), size = 2, mode = c("Sync", "Async"), subscriptionID,
  resourceGroup, verbose = FALSE)
 | 
| azureActiveContext | A container used for caching variables used by  | 
| clustername | Cluster name, used for HDI and Spark clusters. See  | 
| role | role type: 'worker', 'head' or 'edge' | 
| size | Numeric: the number of nodes for this type of role | 
| mode | Provisioning mode, "Sync" or "Async". Use "Async" to immediately return to R session after submission of request | 
| subscriptionID | Subscription ID.  This is obtained automatically by  | 
| resourceGroup | Name of the resource group | 
| verbose | Print Tracing information (Default False) | 
Other HDInsight functions: azureCreateHDI,
azureDeleteHDI, azureHDIConf,
azureListHDI,
azureRunScriptAction,
azureScriptActionHistory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.