Hi, you may want to have a look at this thread: https://community.hortonworks.com/questions/38702/convertcsvtoavro-nifi-failed-to-convert-records.html
Quote: Typically the 'failed to convert' errors occur when the csv records don't fit the data types defined in your avro schema. If you're using the 'InferAvroSchema' processor or Kite SDK to define the schema, it is possible that the inferred schema isn't a true representation of your data (keep in mind that these methods infer the schema based on a subset of the data, so if your data isn't very consistent then it is likely that they will misinterpret what the field types are and hit errors during converting). If you know the data, you could get around this by manually defining the Avro schema based on the actual data types. 2016-06-23 19:28 GMT+02:00 pradeepbill <[email protected]>: > any clues guys ?, still stuck with this problem, its a warning and how do I > see a full exception ?.Dont see any in logs even after DEBUG setting > enabled > in logback.xml. Please advice. > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Failed-to-convert-8-18-records-from-JSON-to-Avro-tp12121p12173.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
