Member since
03-04-2020
3
Posts
0
Kudos Received
0
Solutions
02-15-2024
06:05 AM
How do you iterate the getAttributes() in Java? It won't work using just that method
... View more
04-01-2020
12:50 PM
@Saisreenath According to this article: you should be in the folder containing the script you want to execute to set the execution permissions. Nifi needs permissions to access the script. It also needs permission to be able to execute the command you gave it. In your error it is saying it cannot run the python command. You may need to adjust that command path. In summary make sure you give correct permissions to everything you put in Properties tab of the NiFi Processor, and use the correct paths for python.
... View more