Top "Avro-tools" questions

How to extract schema from an avro file in Java

How do you extract first the schema and then the data from an avro file in Java? Identical to this …

java avro avro-tools
Storing null values in avro files

I have some json data that looks like this: { "id": 1998983092, "name": "Test Name 1", "type": "search string", "creationDate": "2017-06-06T13:49:15.091+0000", "…

java avro avro-tools
Concat Avro files using avro-tools

Im trying to merge avro files into one big file, the problem is concat command does not accept the wildcard …

hadoop hdfs avro avro-tools
Avro Schema format Exception - "record" is not a defined name

I'm trying to use this avro shcema { "namespace": "nothing", "name": "myAvroSchema", "type": "record", "fields": [ { "name": "checkInCustomerReference", "type": "string" }, { "name": "customerContacts", "…

json avro avro-tools