Problems in creating scheme .avsc Avro
问题 I'm having trouble creating a avro scheme, below I will put my scheme. twitter.avsc: { "type" : "record", "name" : "twitter_schema", "namespace" : "com.miguno.avro", "fields" : [ { "name" : "_id", "type" : "record", "doc" : "Values of the indexes/id tweets"}, { "name" : "nome","type" : "string","doc" : "Name of the user account on Twitter.com" }, { "name" : "tweet", "type" : "string","doc" : "The content of the user's Twitter message" }, { "name" : "datahora", "type" : "string","doc" : "Unix