Learn R Programming

AzureSMR (version 0.2.6)

azureSparkJob: Submit Spark Job (Batch mode).

Description

Submit Spark Job (Batch mode).

Usage

azureSparkJob(azureActiveContext, FILE, clustername, hdiAdmin, hdiPassword,
  log = "URL", verbose = FALSE)

Arguments

azureActiveContext

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

FILE

file

clustername

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

hdiAdmin

HDInsight admin username. See azureCreateHDI()

hdiPassword

HDInsight admin password. See azureCreateHDI()

log

log

verbose

Print Tracing information (Default False)

See Also

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