Spark Session - Get Spark Statements
Ottiene un elenco di istruzioni all'interno di una sessione spark.
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions/{sessionId}/statements
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
endpoint
|
path | True |
string |
Endpoint di sviluppo dell'area di lavoro, ad esempio |
livy
|
path | True |
string |
Versione api valida per la richiesta. |
session
|
path | True |
integer int32 |
Identificatore per la sessione. |
spark
|
path | True |
string |
Nome del pool spark. |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
Operazione riuscita |
Esempio
Gets a list of statements within a spark session.
Esempio di richiesta
GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/sessions/123/statements
Risposta di esempio
{
"total_statements": 2,
"statements": []
}
Definizioni
Nome | Descrizione |
---|---|
Livy |
|
Spark |
|
Spark |
|
Spark |
LivyStatementStates
Nome | Tipo | Descrizione |
---|---|---|
available |
string |
|
cancelled |
string |
|
cancelling |
string |
|
error |
string |
|
running |
string |
|
waiting |
string |
SparkStatement
Nome | Tipo | Descrizione |
---|---|---|
code |
string |
|
id |
integer |
|
output | ||
state |
SparkStatementCollection
Nome | Tipo | Descrizione |
---|---|---|
statements | ||
total_statements |
integer |
SparkStatementOutput
Nome | Tipo | Descrizione |
---|---|---|
data |
object |
|
ename |
string |
|
evalue |
string |
|
execution_count |
integer |
|
status |
string |
|
traceback |
string[] |