Apache Samza · Example Payload

Apache Samza Job Example

Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

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

Top-level fields

jobNamejobIdstatuscontainersCounttaskCount

Example Payload

Raw ↑
{
  "jobName": "example-name",
  "jobId": "500123",
  "status": "STARTED",
  "containersCount": 1234,
  "taskCount": 1234
}