Sdílet prostřednictvím


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 https://myworkspace.dev.azuresynapse.net.

livyApiVersion
path True

string

Platná verze rozhraní API pro požadavek

sessionId
path True

integer

int32

Identifikátor relace.

sparkPoolName
path True

string

Název fondu Spark.

Odpovědi

Name Typ Description
200 OK

SparkStatementCollection

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
LivyStatementStates
SparkStatement
SparkStatementCollection
SparkStatementOutput

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

SparkStatementOutput

state

LivyStatementStates

SparkStatementCollection

Name Typ Description
statements

SparkStatement[]

total_statements

integer

SparkStatementOutput

Name Typ Description
data

object

ename

string

evalue

string

execution_count

integer

status

string

traceback

string[]