Hi
I am just checkout the nifi and want to try "nifi-ide-integration".
I have followed the instruction on the "nifi-ide-integration" github
README page.
Here is my configure
1. configure a java application run...
2. At the Main tag, choose the Project to be "nifi-ide-integration"
3. At the Main tag, choose the Main class to be "org.apache.nifi.NiFi"
4. At the Arguments tag and Working Directory part, choose the option
"other" and select the Nifi root project from the Workspace...
5. At the Source tag, click the Add button, and select "Java Project"
to add all the nifi modules.
6. Run...
The error message is
18:52:12,463 INFO main nifi.NiFi:225 - Launching NiFi...
18:52:12,475 ERROR main nifi.NiFi:229 - Failure to launch NiFi due to
java.lang.RuntimeException: Requires a system property called
'nifi.properties.file.path' and this is not set or has no value
java.lang.RuntimeException: Requires a system property called
'nifi.properties.file.path' and this is not set or has no value
at
org.apache.nifi.util.NiFiProperties.getInstance(NiFiProperties.java:249)
at org.apache.nifi.NiFi.main(NiFi.java:227)
Can anyone help me?