Learn R Programming

AzureSMR (version 0.2.6)

azureSparkStopSession: Stop a Spark Sessions.

Description

Stop a Spark Sessions.

Usage

azureSparkStopSession(azureActiveContext, clustername, hdiAdmin, hdiPassword,
  sessionID, 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()

sessionID

Spark sessionID. See azureSparkCMD()

verbose

Print Tracing information (Default False)

See Also

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