Apache Livy · Example Payload

Rest Api Session Example

Big DataInteractive ComputingOpen SourceRESTSpark

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

Top-level fields

idappIdownerproxyUserkindlogstateappInfo

Example Payload

Raw ↑
{
  "id": 0,
  "appId": "application_1234567890_0001",
  "owner": "hdfs",
  "proxyUser": "alice",
  "kind": "pyspark",
  "log": [
    "example-value"
  ],
  "state": "idle",
  "appInfo": {}
}