ExtendedLivySessionResponse interface

Interfaz que representa ExtendedLivySessionResponse.

Propiedades

appId
appInfo
artifactId
errorInfo
id
jobType

Entre los valores posibles se incluyen: "SparkBatch", "SparkSession"

livyInfo
log
name
pluginInfo
result

Entre los valores posibles se incluyen: "Uncertain", "Succeeded", "Failed", "Cancelled"

schedulerInfo
sparkPoolName
state
submitterId
submitterName
tags
workspaceName

Detalles de las propiedades

appId

appId?: string

Valor de propiedad

string

appInfo

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

Valor de propiedad

{[propertyName: string]: string}

artifactId

artifactId?: string

Valor de propiedad

string

errorInfo

errorInfo?: ErrorInformation[]

Valor de propiedad

id

id?: number

Valor de propiedad

number

jobType

Entre los valores posibles se incluyen: "SparkBatch", "SparkSession"

jobType?: JobType

Valor de propiedad

livyInfo

livyInfo?: LivySessionStateInformation

Valor de propiedad

log

log?: string[]

Valor de propiedad

string[]

name

name?: string

Valor de propiedad

string

pluginInfo

pluginInfo?: SparkServicePluginInformation

Valor de propiedad

result

Entre los valores posibles se incluyen: "Uncertain", "Succeeded", "Failed", "Cancelled"

result?: JobResult

Valor de propiedad

schedulerInfo

schedulerInfo?: SchedulerInformation

Valor de propiedad

sparkPoolName

sparkPoolName?: string

Valor de propiedad

string

state

state?: string

Valor de propiedad

string

submitterId

submitterId?: string

Valor de propiedad

string

submitterName

submitterName?: string

Valor de propiedad

string

tags

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

Valor de propiedad

{[propertyName: string]: string}

workspaceName

workspaceName?: string

Valor de propiedad

string