So I have a bash script that I am able to run from the command line, and I want to be able to let NiFi call it using the ExecuteProcess processor.
The script itself runs fine from the command line, and it looks like the ExecuteProcess is executing the script as well (I have a LogAttribute processor as a downstream processor that verifies that no problems were executing the script), but neither the Bulletin nor the logs tell me if anything is wrong or successful. I found that the echo commands in the script should write to the NiFi FlowFile Content, but I do not see anything show up. The script is simply a java -jar xx.jar file, which happens to contain a java wrapper class with a main method that calls a scala main object that then performs Apache Spark operations. Any ideas? -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/ExecuteProcess-Question-tp13471.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
