
tmedia.mara-examples.0.9.6.source-code.avro-example.avsc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mara-examples Show documentation
Show all versions of mara-examples Show documentation
Mara - Java Annotations Framework for MapReduce on Hadoop
The newest version!
{
"type" : "record",
"name" : "AvroExample",
"namespace" : "com.dotomi.mapreduce.example.avro",
"doc" : "v1",
"fields" : [
{"name" : "word", "type" : "string", "doc" : "A counted word." },
{"name" : "frequency", "type" : "long", "doc" : "frequency the word appears in the document." }
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy