Aleshan
Aleshan

Reputation: 41

Apache Ignite Nifi Integration

I am trying to create/use an apache ignite cache in nifi. I am using version 1.13.2 of nifi and i cannot find the PutIgniteCache and GetIgniteCache options. Please can someone assist me. Does this version support ignite?

Upvotes: 1

Views: 451

Answers (1)

daggett
daggett

Reputation: 28564

https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance

Migrating from 1.12.x to 1.13.x

Removed the following nar(s) from the convenience build. They are still built and made available in maven repositories so you can add them to your deployment lib folder and use them if you like. They include; nifi-livy-nar, nifi-livy-controller-service-api-nar, nifi-kafka-0-11-nar, nifi-beats-nar, nifi-ignite-nar

so, it's removed from nifi installation but you could download nar file from maven repo and put it into lib directory to make processors available

https://search.maven.org/artifact/org.apache.nifi/nifi-ignite-nar/1.13.2/nar

Upvotes: 1

Related Questions