ExtendedLivySessionResponse interface

ExtendedLivySessionResponse を表すインターフェイス。

プロパティ

appId
appInfo
artifactId
errorInfo
id
jobType

指定できる値は、'SparkBatch'、'SparkSession' です。

livyInfo
log
name
pluginInfo
result

指定できる値は、'不確実'、'Succeeded'、'Failed'、'Cancelled' です。

schedulerInfo
sparkPoolName
state
submitterId
submitterName
tags
workspaceName

プロパティの詳細

appId

appId?: string

プロパティ値

string

appInfo

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

プロパティ値

{[propertyName: string]: string}

artifactId

artifactId?: string

プロパティ値

string

errorInfo

errorInfo?: ErrorInformation[]

プロパティ値

id

id?: number

プロパティ値

number

jobType

指定できる値は、'SparkBatch'、'SparkSession' です。

jobType?: JobType

プロパティ値

livyInfo

livyInfo?: LivySessionStateInformation

プロパティ値

log

log?: string[]

プロパティ値

string[]

name

name?: string

プロパティ値

string

pluginInfo

pluginInfo?: SparkServicePluginInformation

プロパティ値

result

指定できる値は、'不確実'、'Succeeded'、'Failed'、'Cancelled' です。

result?: JobResult

プロパティ値

schedulerInfo

schedulerInfo?: SchedulerInformation

プロパティ値

sparkPoolName

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