ExtendedLivyBatchRequest interface
An interface representing ExtendedLivyBatchRequest.
Properties
| archives | |
| args | |
| artifact |
|
| class |
|
| conf | |
| driver |
|
| driver |
|
| executor |
|
| executor |
|
| file | |
| files | |
| jars | |
| name | |
| num |
|
| tags |
Property Details
archives
archives?: string[]
Property Value
string[]
args
args?: string[]
Property Value
string[]
artifactId
artifactId?: string
Property Value
string
className
className?: string
Property Value
string
conf
conf?: {[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
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
numExecutors
numExecutors?: number
Property Value
number
tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}