Apache Pig · Example Payload

Apache Pig Job Example

Big DataData AnalysisETLHadoopScriptingApacheOpen Source

Apache Pig Job Example is an example object payload from Apache Pig, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jobIdnamestatussubmittedAtstartedAtcompletedAtexecutionEngineprogress

Example Payload

Raw ↑
{
  "jobId": "500123",
  "name": "example-name",
  "status": "submitted",
  "submittedAt": "example",
  "startedAt": "example",
  "completedAt": "example",
  "executionEngine": "mapreduce",
  "progress": 0.5
}