All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ite-data-core.1.1.0.source-code.value.avsc Maven / Gradle / Ivy

Go to download

The Kite Data Core module provides simple, intuitive APIs for working with datasets in the Hadoop Platform.

The newest version!
{
  "name": "Value",
  "namespace": "org.kitesdk.data.event",
  "type": "record",
  "doc": "A small, single valued event",
  "fields": [
    {
      "name": "id",
      "type": ["null", "string"],
      "default" : null,
      "doc": "Id of the event"
    },
    {
      "name": "value",
      "type": "long",
      "doc": "A value"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy