Apache Livy · Schema

CreateBatchRequest

Parameters for creating a batch Spark job

Big DataInteractive ComputingOpen-SourceRESTSpark

Properties

Name Type Description
file string File to execute
proxyUser string User to impersonate
className string Application Java/Spark main class
args array Command line arguments
jars array JARs to include
pyFiles array Python files
driverMemory string Driver memory
executorMemory string Executor memory
numExecutors integer Number of executors
conf object Spark configuration
View JSON Schema on GitHub

JSON Schema

rest-api-create-batch-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-livy/refs/heads/main/json-schema/rest-api-create-batch-request-schema.json",
  "title": "CreateBatchRequest",
  "description": "Parameters for creating a batch Spark job",
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "File to execute",
      "example": "s3://my-bucket/jobs/my-spark-job.py"
    },
    "proxyUser": {
      "type": "string",
      "description": "User to impersonate",
      "example": "alice"
    },
    "className": {
      "type": "string",
      "description": "Application Java/Spark main class",
      "example": "com.example.MySparkJob"
    },
    "args": {
      "type": "array",
      "description": "Command line arguments",
      "items": {
        "type": "string"
      }
    },
    "jars": {
      "type": "array",
      "description": "JARs to include",
      "items": {
        "type": "string"
      }
    },
    "pyFiles": {
      "type": "array",
      "description": "Python files",
      "items": {
        "type": "string"
      }
    },
    "driverMemory": {
      "type": "string",
      "description": "Driver memory",
      "example": "512m"
    },
    "executorMemory": {
      "type": "string",
      "description": "Executor memory",
      "example": "1g"
    },
    "numExecutors": {
      "type": "integer",
      "description": "Number of executors",
      "example": 4
    },
    "conf": {
      "type": "object",
      "description": "Spark configuration"
    }
  },
  "required": [
    "file"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rest-api-create-batch-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.