SparkBatchJob interface
属性
| app |
此会话的应用程序 ID |
| app |
详细的应用程序信息。 |
| artifact |
项目标识符。 |
| errors | 错误信息。 |
| id | 会话 ID。 |
| job |
作业类型。 |
| livy |
|
| log |
日志行。 |
| name | 批名称。 |
| plugin | 插件信息。 |
| result | Spark 批处理作业结果。 |
| scheduler | 计划程序信息。 |
| spark |
Spark 池名称。 |
| state | 批处理状态 |
| submitter |
提交者标识符。 |
| submitter |
提交者名称。 |
| tags | 标记。 |
| workspace |
工作区名称。 |
属性详细信息
appId
此会话的应用程序 ID
appId?: string
属性值
string
appInfo
详细的应用程序信息。
appInfo?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
artifactId
项目标识符。
artifactId?: string
属性值
string
errors
id
会话 ID。
id: number
属性值
number
jobType
作业类型。
jobType?: string
属性值
string
livyInfo
logLines
日志行。
logLines?: string[]
属性值
string[]
name
批名称。
name?: string
属性值
string
plugin
result
Spark 批处理作业结果。
result?: string
属性值
string
scheduler
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