Condividi tramite


Spark Batch - Get Spark Batch Job

Ottiene un singolo processo batch spark.

GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/batches/{batchId}
GET {endpoint}/livyApi/versions/{livyApiVersion}/sparkPools/{sparkPoolName}/batches/{batchId}?detailed={detailed}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
batchId
path True

integer

int32

Identificatore per il processo batch.

endpoint
path True

string

Endpoint di sviluppo dell'area di lavoro, ad esempio https://myworkspace.dev.azuresynapse.net.

livyApiVersion
path True

string

Versione api valida per la richiesta.

sparkPoolName
path True

string

Nome del pool spark.

detailed
query

boolean

Parametro di query facoltativo che specifica se la risposta dettagliata viene restituita oltre la normale livia.

Risposte

Nome Tipo Descrizione
200 OK

SparkBatchJob

Operazione riuscita

Esempio

Gets a single spark batch job.

Esempio di richiesta

GET myWorkspace.dev.azuresynapse.net/livyApi/versions/2020-12-01/sparkPools/mySparkPool/batches/123?detailed=True

Risposta di esempio

{
  "livyInfo": null,
  "name": "jobname",
  "workspaceName": "myWorkspace",
  "sparkPoolName": "mySparkPool",
  "submitterName": "thetime",
  "submitterId": "thesubmitterid",
  "artifactId": "fill in here",
  "jobType": "SparkBatch",
  "result": "Failed",
  "schedulerInfo": null,
  "pluginInfo": null,
  "errorInfo": [],
  "tags": null,
  "id": 1,
  "appId": "fill in here",
  "appInfo": null,
  "state": "the state",
  "log": []
}

Definizioni

Nome Descrizione
LivyStates

Stato del batch

PluginCurrentState
SchedulerCurrentState
SparkBatchJob
SparkBatchJobResultType

Risultato del processo batch Spark.

SparkBatchJobState
SparkErrorSource
SparkJobType

Tipo di processo.

SparkRequest
SparkScheduler
SparkServiceError
SparkServicePlugin

LivyStates

Stato del batch

Nome Tipo Descrizione
busy

string

dead

string

error

string

idle

string

killed

string

not_started

string

recovering

string

running

string

shutting_down

string

starting

string

success

string

PluginCurrentState

Nome Tipo Descrizione
Cleanup

string

Ended

string

Monitoring

string

Preparation

string

Queued

string

ResourceAcquisition

string

Submission

string

SchedulerCurrentState

Nome Tipo Descrizione
Ended

string

Queued

string

Scheduled

string

SparkBatchJob

Nome Tipo Descrizione
appId

string

ID applicazione della sessione

appInfo

object

Informazioni dettagliate sull'applicazione.

artifactId

string

Identificatore dell'artefatto.

errorInfo

SparkServiceError[]

Informazioni sugli errori.

id

integer

ID sessione.

jobType

SparkJobType

Tipo di processo.

livyInfo

SparkBatchJobState

log

string[]

Righe di log.

name

string

Nome batch.

pluginInfo

SparkServicePlugin

Informazioni sul plug-in.

result

SparkBatchJobResultType

Risultato del processo batch Spark.

schedulerInfo

SparkScheduler

Informazioni sull'utilità di pianificazione.

sparkPoolName

string

Nome del pool Spark.

state

LivyStates

Stato del batch

submitterId

string

Identificatore di invio.

submitterName

string

Nome dell'invio.

tags

object

Tag.

workspaceName

string

Nome dell'area di lavoro.

SparkBatchJobResultType

Risultato del processo batch Spark.

Nome Tipo Descrizione
Cancelled

string

Failed

string

Succeeded

string

Uncertain

string

SparkBatchJobState

Nome Tipo Descrizione
currentState

string

stato del processo Spark.

deadAt

string

ora in cui lo stato livio "morto" è stato visto per la prima volta.

jobCreationRequest

SparkRequest

killedAt

string

l'ora in cui è stato "ucciso" lo stato livio è stato visto.

notStartedAt

string

l'ora in cui lo stato di livy "not_started" è stato visto.

recoveringAt

string

l'ora in cui è stato "recupero" livy è stato visto per la prima volta.

runningAt

string

l'ora in cui è stato "in esecuzione" lo stato livy è stato visto.

startingAt

string

l'ora in cui è stato "iniziale" lo stato livy è stato visto.

successAt

string

l'ora in cui è stato "successo" lo stato livy è stato visto per la prima volta.

SparkErrorSource

Nome Tipo Descrizione
Dependency

string

System

string

Unknown

string

User

string

SparkJobType

Tipo di processo.

Nome Tipo Descrizione
SparkBatch

string

SparkSession

string

SparkRequest

Nome Tipo Descrizione
archives

string[]

args

string[]

className

string

conf

object

driverCores

integer

driverMemory

string

executorCores

integer

executorMemory

string

file

string

files

string[]

jars

string[]

name

string

numExecutors

integer

pyFiles

string[]

SparkScheduler

Nome Tipo Descrizione
cancellationRequestedAt

string

currentState

SchedulerCurrentState

endedAt

string

scheduledAt

string

submittedAt

string

SparkServiceError

Nome Tipo Descrizione
errorCode

string

message

string

source

SparkErrorSource

SparkServicePlugin

Nome Tipo Descrizione
cleanupStartedAt

string

currentState

PluginCurrentState

monitoringStartedAt

string

preparationStartedAt

string

resourceAcquisitionStartedAt

string

submissionStartedAt

string