Share via


SparkRequest interface

Properties

archives
arguments
className
configuration

Dictionary of <string>

driverCores
driverMemory
executorCores
executorCount
executorMemory
file
files
jars
name
pythonFiles

Property Details

archives

archives?: string[]

Property Value

string[]

arguments

arguments?: string[]

Property Value

string[]

className

className?: string

Property Value

string

configuration

Dictionary of <string>

configuration?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

driverCores

driverCores?: number

Property Value

number

driverMemory

driverMemory?: string

Property Value

string

executorCores

executorCores?: number

Property Value

number

executorCount

executorCount?: number

Property Value

number

executorMemory

executorMemory?: string

Property Value

string

file

file?: string

Property Value

string

files

files?: string[]

Property Value

string[]

jars

jars?: string[]

Property Value

string[]

name

name?: string

Property Value

string

pythonFiles

pythonFiles?: string[]

Property Value

string[]