Created on 02-17-2020 01:14 AM - last edited on 02-17-2020 03:10 AM by VidyaSargur
Good day,
I'm trying to upload nifi template and getting this kind of error:
org.apache.nifi.processors.kite.ConvertAvroSchema is not known to this NiFi instance
I suppose that my Nifi Instance misses some component - but where can I get it and where on file system I need to add missing file?
I'm little bit confused.
Thanks!
Created on 02-18-2020 07:23 AM - edited 02-18-2020 10:24 AM
Maybe your version with template have (lower) version than 1.9.0 and other one is higher?
There some bundles removed from the default.
You can find it here:
https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-kite-bundle
Created on 02-18-2020 07:23 AM - edited 02-18-2020 10:24 AM
Maybe your version with template have (lower) version than 1.9.0 and other one is higher?
There some bundles removed from the default.
You can find it here:
https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-kite-bundle
Created on 07-31-2020 02:25 PM - edited 07-31-2020 02:27 PM
I am getting similar error. Where are we supposed to add the jar files from the github link provided above. I am able to upload the template, but when I put that in canvas I get this error
org.apache.nifi.processors.kite.ConvertJSONToAvro is not known to this NiFi instance