Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NIFI custom processor error - can not upload template

avatar

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! 

1 ACCEPTED SOLUTION

avatar
Expert Contributor

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

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

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

avatar
New Contributor

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