SparkBatchJob interface
Properties
| app |
The application id of this session |
| app |
The detailed application info. |
| artifact |
The artifact identifier. |
| errors | The error information. |
| id | The session Id. |
| job |
The job type. |
| livy |
|
| log |
The log lines. |
| name | The batch name. |
| plugin | The plugin information. |
| result | The Spark batch job result. |
| scheduler | The scheduler information. |
| spark |
The Spark pool name. |
| state | The batch state |
| submitter |
The submitter identifier. |
| submitter |
The submitter name. |
| tags | The tags. |
| workspace |
The workspace name. |
Property Details
appId
The application id of this session
appId?: string
Property Value
string
appInfo
The detailed application info.
appInfo?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
artifactId
The artifact identifier.
artifactId?: string
Property Value
string
errors
id
The session Id.
id: number
Property Value
number
jobType
The job type.
jobType?: string
Property Value
string
livyInfo
logLines
The log lines.
logLines?: string[]
Property Value
string[]
name
The batch name.
name?: string
Property Value
string
plugin
result
The Spark batch job result.
result?: string
Property Value
string
scheduler
sparkPoolName
The Spark pool name.
sparkPoolName?: string
Property Value
string
state
The batch state
state?: string
Property Value
string
submitterId
The submitter identifier.
submitterId?: string
Property Value
string
submitterName
The submitter name.
submitterName?: string
Property Value
string
tags
The tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
workspaceName
The workspace name.
workspaceName?: string
Property Value
string