SparkRequest interface
Properties
| archives | |
| arguments | |
| class |
|
| configuration | Dictionary of <string> |
| driver |
|
| driver |
|
| executor |
|
| executor |
|
| executor |
|
| file | |
| files | |
| jars | |
| name | |
| python |
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[]