Spark Session - Get Spark Statements
Spark 세션 내의 문 목록을 가져옵니다.
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/sessions/{sessionId}/statements
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
작업 영역 개발 엔드포인트(예: |
livy
|
path | True |
string |
요청에 대한 유효한 api-version입니다. |
session
|
path | True |
integer int32 |
세션의 식별자입니다. |
spark
|
path | True |
string |
spark 세션의 이름입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
Success |
예제
Gets a list of statements within a spark session.
샘플 요청
GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/sessions/123/statements
샘플 응답
{
"total_statements": 2,
"statements": []
}
정의
Name | Description |
---|---|
Livy |
|
Spark |
|
Spark |
|
Spark |
LivyStatementStates
Name | 형식 | Description |
---|---|---|
available |
string |
|
cancelled |
string |
|
cancelling |
string |
|
error |
string |
|
running |
string |
|
waiting |
string |
SparkStatement
Name | 형식 | Description |
---|---|---|
code |
string |
|
id |
integer |
|
output | ||
state |
SparkStatementCollection
Name | 형식 | Description |
---|---|---|
statements | ||
total_statements |
integer |
SparkStatementOutput
Name | 형식 | Description |
---|---|---|
data |
object |
|
ename |
string |
|
evalue |
string |
|
execution_count |
integer |
|
status |
string |
|
traceback |
string[] |