Created 09-28-2018 03:13 AM
Attempting to add a custom NiFi processor for Neo4j graph database (from GitHub)
Setup is as follows
After reading multiple articles, found out i need to add the custom .nar to this path:
usr/hdf/current/nifi/lib/
When i login to the vm with SCP client I can't find this directory; therefore cannot add the custom .nar to the right place.
Please help, this project is driving me insane ;|
Kind regards.
Created 09-28-2018 06:32 PM
I don't know how you are doing docker, or if you are using HDF or just apache nifi, but Apache nifi is put in /opt/nifi
https://github.com/apache/nifi/blob/master/nifi-docker/dockermaven/Dockerfile
Created 06-01-2022 09:17 AM
Can you share the nar file. I am looking to try the same.
Created 06-01-2022 12:29 PM
@Ankscribe Please do not respond on old threads, just make a new one. That said, after putting the custom processor into the right place in nifi, you have to delete work directory and restart nifi. See this comment: