If I build a custom processor using maven and eclipse in the Windows environment, can I install the resulting nar file in my nifi linux lib directory? Are nar files independent of the operating system?
I have found a YouTube video here that shows how to create a custom processor in the Windows environment: https://www.youtube.com/watch?v=3ldmNFlelhw I've been unable to find such an example specific to linux. Perhaps I shouldn't expect to find that, if the nar file is platform independent? Thank you.