I'm trying to execute python code in the executestreamcommand processor, and trying to read/write flow files in the code, for that i have to use certain libraries for example
- from org.apache.commons.io import IOUtils
- from java.nio.charset import StandardCharsets
- from org.apache.nifi.processor.io import StreamCallback
in libraries for example But I'm getting error in executeStreamCommand that No Module found. anyone knows the reason ?