通过


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

SparkBatchJob interface

属性

appId

此会话的应用程序 ID

appInfo

详细的应用程序信息。

artifactId

项目标识符。

errors

错误信息。

id

会话 ID。

jobType

作业类型。

livyInfo
logLines

日志行。

name

批名称。

plugin

插件信息。

result

Spark 批处理作业结果。

scheduler

计划程序信息。

sparkPoolName

Spark 池名称。

state

批处理状态

submitterId

提交者标识符。

submitterName

提交者名称。

tags

标记。

workspaceName

工作区名称。

属性详细信息

appId

此会话的应用程序 ID

appId?: string

属性值

string

appInfo

详细的应用程序信息。

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

属性值

{[propertyName: string]: string}

artifactId

项目标识符。

artifactId?: string

属性值

string

errors

错误信息。

errors?: SparkServiceError[]

属性值

id

会话 ID。

id: number

属性值

number

jobType

作业类型。

jobType?: string

属性值

string

livyInfo

livyInfo?: SparkBatchJobState

属性值

logLines

日志行。

logLines?: string[]

属性值

string[]

name

批名称。

name?: string

属性值

string

plugin

插件信息。

plugin?: SparkServicePlugin

属性值

result

Spark 批处理作业结果。

result?: string

属性值

string

scheduler

计划程序信息。

scheduler?: SparkScheduler

属性值

sparkPoolName

Spark 池名称。

sparkPoolName?: string

属性值

string

state

批处理状态

state?: string

属性值

string

submitterId

提交者标识符。

submitterId?: string

属性值

string

submitterName

提交者名称。

submitterName?: string

属性值

string

tags

标记。

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

属性值

{[propertyName: string]: string}

workspaceName

工作区名称。

workspaceName?: string

属性值

string