你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtendedLivyBatchRequest interface

表示 ExtendedLivyBatchRequest 的接口。

属性

archives
args
artifactId
className
conf
driverCores
driverMemory
executorCores
executorMemory
file
files
jars
name
numExecutors
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}