I am using Apache Nifi and there the executeScript processor for python. I understand from other entries that this processor runs on Jython, which can not import libraries using CPython like e.g. numpy. The library I want to use uses pandas and numpy. I found JyNI library and tried to get it running in the executeScript processor. But was not successful. When adding the libraries to the nifi classpath I get an exception that jython can not be loaded. I also found that Jython.jar is in the processor nar file.
Any suggestions whether JyNI has any chance of success in this case? Any idea on how to get JyNI properly setup for this processor?
UPDATE: Nifi version 1.8, ExecuteScript Processor 1.8.0, Java version 1.8, JyNI version 2.7 alpha-5