Commit Graph

846 Commits

Author SHA1 Message Date
Mark Payne 14e73bc24d Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-04-30 19:40:58 -04:00
Sean Busbey 8ed131b635 NIFI-144: Skip firewall tests that require known bad host names on permissive DNS setups.
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-04-30 13:37:42 -04:00
Mark Payne 21c5c48cab NIFI-559: Initial implementation of DuplicateFlowFile 2015-04-30 13:13:22 -04:00
Mark Payne e7954cf04a NIFI-567: Use batch duration of 500 ms instead of 5 seconds when sending via site-to-site 2015-04-30 13:12:40 -04:00
Mark Payne e30cd23fc2 NIFI-566: Fixed issues related to backpressure 2015-04-30 13:12:07 -04:00
Aldrin Piri 594262a843 Providing a minor grammatical fix to the nifi/README.md 2015-04-30 12:31:33 -04:00
Sean Busbey d6160a7d07 NIFI-558: Improvements to "Getting Started" instructions for first build.
* when we tell folks to go somewhere, give them a link
* make sure building of nifi-parent is called out
* provide guidance on when to build parent / nar-plugin
* include requirements before folks start trying to build
* make sure there are shell examples for deployment commands
* make sure shell commands work for copy-paste after this version (even if
  captured responses will have different output later).
* include a screenshot of what a correct build + deploy + launch looks like
  in browser.

Signed-off-by: Aldrin Piri <aldrinpiri@gmail.com>
2015-04-30 12:17:34 -04:00
Mark Payne 5aeac2ebf3 NIFI-557: Added sleep statements to address timing issues 2015-04-29 17:18:35 -04:00
Mark Payne ab6794b29e NIFI-374: Route ProcessException's to failure 2015-04-29 17:02:08 -04:00
Mark Payne 6e5469c712 NIFI-533: Fixed checkstyle problem 2015-04-29 16:32:52 -04:00
Mark Payne 25e2b6c8ad Merge branch 'develop' into ListHDFS 2015-04-29 16:14:01 -04:00
Mark Payne e0d4484ee8 NIFI-533: Fixed buggy unit test more 2015-04-29 15:48:08 -04:00
Mark Payne 946fd7ce09 NIFI-533: Fixed bug in unit test that caused flowfiles to be evaluated in arbitrary order 2015-04-29 15:15:45 -04:00
Mark Payne fb8984cfa5 NIFI-421: Deleted unused method; formatted whitespace 2015-04-29 14:52:20 -04:00
Toivo Adams ad98ac50ca NIFI-421 ExecuteProcess back-pressure support, version 1b
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-04-29 14:44:03 -04:00
Mark Payne 20f11b1a77 NIFI-556: Refactored TOC's to include min event id for each block 2015-04-29 13:22:09 -04:00
Mark Payne 4baf48ae95 NIFI-555: Create index name based off of event time of first event in index, not based on creation time of index 2015-04-29 09:41:40 -04:00
Mark Payne 20831c87fc NIFI-554: Catch FileNotFoundException and handle it when creating IndexSearcher 2015-04-29 08:31:13 -04:00
Mark Payne 591b14307c Merge branch 'develop' into ListHDFS 2015-04-29 07:45:02 -04:00
Mark Payne ebee094ff3 NIFI-533: Fixed checkstyle issues 2015-04-29 07:44:19 -04:00
joewitt 57e78bf723 NIFI-526 addressed the two checkstyle findings. Curious how they got in there 2015-04-28 15:31:27 -04:00
Mark Payne 00b686b0b2 Merge branch 'develop' into ListHDFS 2015-04-28 10:13:11 -04:00
Mark Payne 8c006237e3 NIFI-395: Removed documentation dealing with how to configure controller-services.xml to use controller services, since they are now configured via the UI 2015-04-28 10:12:09 -04:00
Mark Payne 62edd7a3ab NIFI-526: Fixed whitespace error 2015-04-28 09:50:01 -04:00
Mark Latimer b7d2154f7d NIFI-526 move check into try so writeLock is released
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-04-28 09:34:19 -04:00
Mark Latimer 6e492b4082 peerStatus to peerDescription in EndpointConnectionPool.java fixing incompatible type error
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-04-28 09:31:51 -04:00
Mark Payne 3e767fbdf3 Merge branch 'develop' into ListHDFS 2015-04-28 08:47:23 -04:00
Mark Payne e4f431561e NIFI-533: Refactored for Unit Tests and added unit tests for ListHDFS 2015-04-28 08:46:38 -04:00
joewitt 6c3256e00a NIFI-271 findbugs is now available by activating the findbugs profile. Not making required because we need to work down a lot of warnings 2015-04-28 01:37:38 -04:00
joewitt e627482734 NIFI-271 2015-04-28 00:35:56 -04:00
joewitt 525ce7fb2d NIFI-271 2015-04-28 00:32:13 -04:00
joewitt e1160f5932 NIFI-271 2015-04-28 00:27:12 -04:00
joewitt a52cf52948 NIFI-271 2015-04-27 21:34:55 -04:00
joewitt 1eb4387dbe NIFI-271 2015-04-27 21:29:06 -04:00
joewitt e811929f59 NIFI-271 2015-04-27 14:56:45 -04:00
Mark Payne dc7f7a82a6 NIFI-533: Fixed code to conform to checkstyle 2015-04-27 14:51:51 -04:00
joewitt 43b2f040bc Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-04-27 14:26:26 -04:00
joewitt 21209b2341 NIFI-271 2015-04-27 14:26:14 -04:00
Mark Payne 384b2ac253 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-04-27 14:14:48 -04:00
Mark Payne 3cd18b0bab NIFI-527: Code cleanup 2015-04-27 14:13:55 -04:00
joewitt 10860944d1 NIFI-271 2015-04-27 13:50:09 -04:00
joewitt 9a3b6bed62 NIFI-271 2015-04-27 13:43:35 -04:00
joewitt 6a706458d0 NIFI-271 2015-04-27 13:25:44 -04:00
Mark Payne 666de3d410 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-04-27 12:04:35 -04:00
Mark Payne ba96e43a8e NIFI-549: Fixed NPE 2015-04-27 12:01:36 -04:00
joewitt d29a2d688e NIFI-271 2015-04-27 11:54:36 -04:00
Mark Payne 0759660897 Merge branch 'NIFI-527' into develop 2015-04-27 10:47:38 -04:00
Mark Payne c10facae48 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-04-27 10:47:07 -04:00
Mark Payne 7c41225e89 NIFI-527: Compress prov logs in 'chunks' and just store the chunk offsets in Lucene instead of byte offsets 2015-04-27 10:41:18 -04:00
Mark Payne a5ac48a03c NIFI-527: Merging develop 2015-04-27 09:52:33 -04:00