NiFi: Unable To Add External Library To ExecuteScript Processor For Python
I want to use Python DB client for Impala in my NiFi jython ExecuteScript Processor. I've installed required module with pip install impyla and specify path to it in Module Directo
Solution 1:
Jython can't load native (CPython, e.g.) modules, please see this related SO answer for more details.
Post a Comment for "NiFi: Unable To Add External Library To ExecuteScript Processor For Python"