Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

convertcsvtoavro schema for the above file how to resolve the decimal type in avro conversion?

avatar
 
1 ACCEPTED SOLUTION

avatar
Master Guru

I don't believe it is currently possible to convert/use the decimal type in the Avro processors, I have written up NIFI-3000 to cover this improvement.

If you are comfortable with a scripting language like Javascript or Groovy, you could use the ExecuteScript processor, point the Module Directory property at JAR(s) for Avro 1.8.0, and code the conversion yourself. However beware that you don't do additional Avro processing downstream, as that will likely break (because of the bug in NIFI-3000).

View solution in original post

1 REPLY 1

avatar
Master Guru

I don't believe it is currently possible to convert/use the decimal type in the Avro processors, I have written up NIFI-3000 to cover this improvement.

If you are comfortable with a scripting language like Javascript or Groovy, you could use the ExecuteScript processor, point the Module Directory property at JAR(s) for Avro 1.8.0, and code the conversion yourself. However beware that you don't do additional Avro processing downstream, as that will likely break (because of the bug in NIFI-3000).