Partager via


Spark Session - Get Spark Sessions

Répertorie toutes les sessions Spark qui s’exécutent sous un pool Spark particulier.

GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions?from={from}&size={size}&detailed={detailed}

Paramètres URI

Nom Dans Obligatoire Type Description
endpoint
path True

string

Le point de terminaison du développement de l’espace de travail, par exemple https://myworkspace.dev.azuresynapse.net.

livyApiVersion
path True

string

Version valide de l’API pour la requête.

sparkPoolName
path True

string

Nom du pool Spark.

detailed
query

boolean

Paramètre de requête facultatif spécifiant si la réponse détaillée est retournée au-delà de la simple livy.

from
query

integer

int32

Paramètre facultatif spécifiant l’index à partir duquel la liste doit commencer.

size
query

integer

int32

Paramètre facultatif spécifiant la taille de la liste retournée.

        By default it is 20 and that is the maximum.

Réponses

Nom Type Description
200 OK

SparkSessionCollection

Succès

Exemples

List all spark session jobs

Exemple de requête

GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/sessions?from=0&size=2&detailed=True

Exemple de réponse

{
  "from": 0,
  "total": 2,
  "sessions": []
}

Définitions

Nom Description
LivyStates

État du traitement par lots

PluginCurrentState
SchedulerCurrentState
SparkErrorSource
SparkJobType

Type de travail.

SparkRequest
SparkScheduler
SparkServiceError
SparkServicePlugin
SparkSession
SparkSessionCollection
SparkSessionResultType
SparkSessionState

LivyStates

État du traitement par lots

Nom Type Description
busy

string

dead

string

error

string

idle

string

killed

string

not_started

string

recovering

string

running

string

shutting_down

string

starting

string

success

string

PluginCurrentState

Nom Type Description
Cleanup

string

Ended

string

Monitoring

string

Preparation

string

Queued

string

ResourceAcquisition

string

Submission

string

SchedulerCurrentState

Nom Type Description
Ended

string

Queued

string

Scheduled

string

SparkErrorSource

Nom Type Description
Dependency

string

System

string

Unknown

string

User

string

SparkJobType

Type de travail.

Nom Type Description
SparkBatch

string

SparkSession

string

SparkRequest

Nom Type Description
archives

string[]

args

string[]

className

string

conf

object

driverCores

integer

driverMemory

string

executorCores

integer

executorMemory

string

file

string

files

string[]

jars

string[]

name

string

numExecutors

integer

pyFiles

string[]

SparkScheduler

Nom Type Description
cancellationRequestedAt

string

currentState

SchedulerCurrentState

endedAt

string

scheduledAt

string

submittedAt

string

SparkServiceError

Nom Type Description
errorCode

string

message

string

source

SparkErrorSource

SparkServicePlugin

Nom Type Description
cleanupStartedAt

string

currentState

PluginCurrentState

monitoringStartedAt

string

preparationStartedAt

string

resourceAcquisitionStartedAt

string

submissionStartedAt

string

SparkSession

Nom Type Description
appId

string

appInfo

object

artifactId

string

errorInfo

SparkServiceError[]

id

integer

jobType

SparkJobType

livyInfo

SparkSessionState

log

string[]

name

string

pluginInfo

SparkServicePlugin

result

SparkSessionResultType

schedulerInfo

SparkScheduler

sparkPoolName

string

state

LivyStates

État de session.

submitterId

string

submitterName

string

tags

object

workspaceName

string

SparkSessionCollection

Nom Type Description
from

integer

sessions

SparkSession[]

total

integer

SparkSessionResultType

Nom Type Description
Cancelled

string

Failed

string

Succeeded

string

Uncertain

string

SparkSessionState

Nom Type Description
busyAt

string

currentState

string

deadAt

string

errorAt

string

idleAt

string

jobCreationRequest

SparkRequest

killedAt

string

notStartedAt

string

recoveringAt

string

shuttingDownAt

string

startingAt

string