Spark Session - Get Spark Statements
Získá seznam příkazů v rámci relace sparku.
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions/{sessionId}/statements
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
Koncový bod pro vývoj pracovního prostoru, například |
livy
|
path | True |
string |
Platná verze rozhraní API pro požadavek |
session
|
path | True |
integer int32 |
Identifikátor relace. |
spark
|
path | True |
string |
Název fondu Spark. |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Success |
Příklady
Gets a list of statements within a spark session.
Ukázkový požadavek
GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/sessions/123/statements
Ukázková odpověď
{
"total_statements": 2,
"statements": []
}
Definice
Name | Description |
---|---|
Livy |
|
Spark |
|
Spark |
|
Spark |
LivyStatementStates
Name | Typ | Description |
---|---|---|
available |
string |
|
cancelled |
string |
|
cancelling |
string |
|
error |
string |
|
running |
string |
|
waiting |
string |
SparkStatement
Name | Typ | Description |
---|---|---|
code |
string |
|
id |
integer |
|
output | ||
state |
SparkStatementCollection
Name | Typ | Description |
---|---|---|
statements | ||
total_statements |
integer |
SparkStatementOutput
Name | Typ | Description |
---|---|---|
data |
object |
|
ename |
string |
|
evalue |
string |
|
execution_count |
integer |
|
status |
string |
|
traceback |
string[] |