Spark Session - Get Spark Statements
Obtient une liste d’instructions dans une session Spark.
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions/{sessionId}/statements
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 |
livy
|
path | True |
string |
Version valide de l’API pour la requête. |
session
|
path | True |
integer int32 |
Identificateur de la session. |
spark
|
path | True |
string |
Nom du pool Spark. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Succès |
Exemples
Gets a list of statements within a spark session.
Exemple de requête
GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/sessions/123/statements
Exemple de réponse
{
"total_statements": 2,
"statements": []
}
Définitions
Nom | Description |
---|---|
Livy |
|
Spark |
|
Spark |
|
Spark |
LivyStatementStates
Nom | Type | Description |
---|---|---|
available |
string |
|
cancelled |
string |
|
cancelling |
string |
|
error |
string |
|
running |
string |
|
waiting |
string |
SparkStatement
Nom | Type | Description |
---|---|---|
code |
string |
|
id |
integer |
|
output | ||
state |
SparkStatementCollection
Nom | Type | Description |
---|---|---|
statements | ||
total_statements |
integer |
SparkStatementOutput
Nom | Type | Description |
---|---|---|
data |
object |
|
ename |
string |
|
evalue |
string |
|
execution_count |
integer |
|
status |
string |
|
traceback |
string[] |