ExtendedLivyBatchRequest interface
表示 ExtendedLivyBatchRequest 的接口。
属性
| archives | |
| args | |
| artifact |
|
| class |
|
| conf | |
| driver |
|
| driver |
|
| executor |
|
| executor |
|
| file | |
| files | |
| jars | |
| name | |
| num |
|
| tags |
属性详细信息
archives
archives?: string[]
属性值
string[]
args
args?: string[]
属性值
string[]
artifactId
artifactId?: string
属性值
string
className
className?: string
属性值
string
conf
conf?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
driverCores
driverCores?: number
属性值
number
driverMemory
driverMemory?: string
属性值
string
executorCores
executorCores?: number
属性值
number
executorMemory
executorMemory?: string
属性值
string
file
file?: string
属性值
string
files
files?: string[]
属性值
string[]
jars
jars?: string[]
属性值
string[]
name
name?: string
属性值
string
numExecutors
numExecutors?: number
属性值
number
tags
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}