[GitHub] nifi-minifi pull request #24: MINIFI-49 Made TestRestChangeNotifier upload f...

2016-07-04 Thread JPercivall
Github user JPercivall commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/24#discussion_r69504541 --- Diff: minifi-bootstrap/src/test/java/org/apache/nifi/minifi/bootstrap/configuration/notifiers/util/TestRestChangeNotifierCommon.java --- @@ -84,6

[GitHub] nifi-minifi pull request #24: MINIFI-49 Made TestRestChangeNotifier upload f...

2016-07-04 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi/pull/24#discussion_r69502168 --- Diff: minifi-bootstrap/src/test/java/org/apache/nifi/minifi/bootstrap/configuration/notifiers/util/TestRestChangeNotifierCommon.java --- @@ -84,6

Re: Clarification on Automation of Jobs

2016-07-04 Thread Matthew Clarke
The scheduling strategy dictates when the processor should trigger. For any of the scheduling strategies to work, the processor must be running. The purpose of the scheduling strategy is not to change the state of the processor from stopped to started and back. It controls the behavior of a

[GitHub] nifi-minifi pull request #25: MINIFI-22 Removing lingering parts of UI

2016-07-04 Thread JPercivall
GitHub user JPercivall opened a pull request: https://github.com/apache/nifi-minifi/pull/25 MINIFI-22 Removing lingering parts of UI Most of this work was done with MINIFI-38 but there were still some lingering transitive dependencies being brought in that needed to be removed.