Apache Livy · JSON Structure

Rest Api Batch State Structure

Current batch job state

Type: object Properties: 2
Big DataInteractive ComputingOpen SourceRESTSpark

BatchState is a JSON Structure definition published by Apache Livy, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id state

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-livy/refs/heads/main/json-structure/rest-api-batch-state-structure.json",
  "name": "BatchState",
  "description": "Current batch job state",
  "properties": {
    "id": {
      "type": "integer",
      "example": 0
    },
    "state": {
      "type": "string",
      "example": "success"
    }
  }
}