In Apache Nifi, is there any command to start particular process group from Command Prompt?
Asked
Active
Viewed 134 times
0
-
Nope, except NiFi service start/stop. You need to use NiFi REST APIs. – Vikramsinh Shinde Nov 29 '21 at 11:24
-
why it's NO? it should be yes it's possible - using nifi rest api ;) – daggett Nov 29 '21 at 15:12
-
Able to set the API – Anil Krishna Parvathaneni Nov 30 '21 at 09:23
-
@daggett - I thought OP was looking for out-of-box NiFi CLI like functionality! – Vikramsinh Shinde Nov 30 '21 at 10:25
1 Answers
0
I was able to do this using curl commands

Anil Krishna Parvathaneni
- 43
- 1
- 5
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 10 '21 at 10:13