Apache Pig · Schema

Job

Job schema from Apache Pig

Big DataData AnalysisETLHadoopScriptingApacheOpen-Source

Properties

Name Type Description
jobId string
name string
status string
submittedAt string
startedAt string
completedAt string
executionEngine string
progress number Progress percentage 0-100
View JSON Schema on GitHub

JSON Schema

apache-pig-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pig/refs/heads/main/json-schema/apache-pig-job-schema.json",
  "title": "Job",
  "description": "Job schema from Apache Pig",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string",
      "example": "job_20260419_001"
    },
    "name": {
      "type": "string",
      "example": "sales-analysis"
    },
    "status": {
      "type": "string",
      "enum": [
        "submitted",
        "running",
        "succeeded",
        "failed",
        "killed"
      ],
      "example": "running"
    },
    "submittedAt": {
      "type": "string",
      "format": "date-time",
      "example": "2026-04-19T10:00:00Z"
    },
    "startedAt": {
      "type": "string",
      "format": "date-time",
      "example": "2026-04-19T10:01:00Z"
    },
    "completedAt": {
      "type": "string",
      "format": "date-time"
    },
    "executionEngine": {
      "type": "string",
      "enum": [
        "mapreduce",
        "tez",
        "local"
      ],
      "example": "tez"
    },
    "progress": {
      "type": "number",
      "description": "Progress percentage 0-100",
      "example": 45.5
    }
  }
}

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/apache-pig-job"
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 email required.

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