Apache Livy · Example Payload

Rest Api Log Example

Big DataInteractive ComputingOpen SourceRESTSpark

Rest Api Log Example is an example object payload from Apache Livy, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfromsizelog

Example Payload

Raw ↑
{
  "id": 0,
  "from": 0,
  "size": 100,
  "log": [
    "example-value"
  ]
}