![JAR search and dependency download from the Maven repository](/logo.png)
ite-data-core.1.1.0.source-code.value.avsc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kite-data-core Show documentation
Show all versions of kite-data-core Show documentation
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