Learn R Programming

AzureSMR (version 0.2.6)

azureHDIConf: Get configuration information for a specified cluster name.

Description

Get configuration information for a specified cluster name.

Usage

azureHDIConf(azureActiveContext, clustername, resourceGroup, subscriptionID,
  name, type, location, verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

clustername

Cluster name, used for HDI and Spark clusters. See azureCreateHDI()

resourceGroup

Name of the resource group

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

name

filter by resource name

type

filter by resource type

location

Azure region, e.g. 'westeurope' or 'southcentralus'

verbose

Print Tracing information (Default False)

Value

Returns Dataframe of HDInsight Clusters information

See Also

Other HDInsight functions: azureCreateHDI, azureDeleteHDI, azureListHDI, azureResizeHDI, azureRunScriptAction, azureScriptActionHistory