Lucas As noted in the migration guidance [1] "We've removed the following nars from the default convenience binary. These include kite-nar, kafka-0-8-nar, flume-nar, media-nar, druid-controller-service-api-nar, druid-nar, other-graph-services-nar. You can still get them from the various artifact repositories and use them in your flows but we cannot bundle them due to space limitations by default." The nar you want I believe is going to be the nifi-kite-nar. We probably need to list the processors impacted specifically as this does create confusion.
We still build them it is just that we dont include them by default due to space constraints on our build/release infrastructure in Apache. You can find the 1.11.4 one in maven central for example [2]. Just throw that in your nifi lib and you should be back on track. That said, I want to highlight another reason these were removed is that they're considered substantially inferior to the record oriented processors which are far more powerful, configurable, and are highly maintained. I'd recommend phasing out the use of the processors you're noting and moving to the record oriented mechanisms. There you can have the same set of processors handle format/schemas of all kinds with better schema inference, ability to do things like SQL based expressions for routing, partitioning, merging, enriching all in schema and format friendly ways. [1] https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance [2] https://mvnrepository.com/artifact/org.apache.nifi/nifi-kite-nar/1.11.4 Thanks Joe On Fri, May 8, 2020 at 8:27 AM ROSSI Lucas (renexter) < [email protected]> wrote: > Hello dear NiFi team! How are you? > > > > Here in Renault Latin America we are using NiFi version 1.8.0, and we want > to migrate to the new version (1.11.4). But we found that some processors > that we use a lot are not present in the new version. Is there any way to > do the same job with the processors included in the 1.11.4 version? Do you > have any other tip for me and my team to work around this situation? > > > > These are the processors we use that are not present in the 1.11.4 version: > > *Processor* > > ConvertAvroSchema > > ConvertCSVToAvro > > ConvertJSONToAvro > > InferAvroSchema > > > > Thank you very much! > > > > Best regards from Brazil, > > > > [image: cid:[email protected]] > > > > > > *Lucas Rossi *[image: cid:[email protected]] > <https://www.linkedin.com/in/lucas-s-rossi/> [image: > cid:[email protected]] > <https://api.whatsapp.com/send?phone=5541998566278> > > Architecture Back Office > > Alliance IS/IT LATAM > > *¾* > > API : BR SJP ADM 0 01 > > Phone: +55 41 99856-6278 > > Av. Renault, 1300 – Borda do Campo > > São José dos Pinhais - PR > > *www.alliance-2022.com* <http://www.alliance-2022.com/> > > > > -- Disclaimer ------------------------------------ > Ce message ainsi que les eventuelles pieces jointes constituent une > correspondance privee et confidentielle a l'attention exclusive du > destinataire designe ci-dessus. Si vous n'etes pas le destinataire du > present message ou une personne susceptible de pouvoir le lui delivrer, il > vous est signifie que toute divulgation, distribution ou copie de cette > transmission est strictement interdite. Si vous avez recu ce message par > erreur, nous vous remercions d'en informer l'expediteur par telephone ou de > lui retourner le present message, puis d'effacer immediatement ce message > de votre systeme. > > *** This e-mail and any attachments is a confidential correspondence > intended only for use of the individual or entity named above. If you are > not the intended recipient or the agent responsible for delivering the > message to the intended recipient, you are hereby notified that any > disclosure, distribution or copying of this communication is strictly > prohibited. If you have received this communication in error, please notify > the sender by phone or by replying this message, and then delete this > message from your system. >
