Learn R Programming

AzureSMR (version 0.2.6)

azureSparkNewSession: Create new Spark Session.

Description

Create new Spark Session.

Usage

azureSparkNewSession(azureActiveContext, clustername, hdiAdmin, hdiPassword,
  kind = "spark", 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()

hdiAdmin

HDInsight admin username. See azureCreateHDI()

hdiPassword

HDInsight admin password. See azureCreateHDI()

kind

HDinsight kind: "hadoop","spark" or "rserver". See azureCreateHDI()

verbose

Print Tracing information (Default False)

See Also

Other Spark functions: azureSparkCMD, azureSparkJob, azureSparkListJobs, azureSparkListSessions, azureSparkShowURL, azureSparkStopSession