Commit Graph

1187 Commits

Author SHA1 Message Date
danbress 196da2b443 NIFI-632 using NarCloseable instead of NarThreadContextClassLoader
to make sure the right classloader is being used when initializing
a component for documentation generation
2015-06-09 21:34:26 -04:00
danbress 995a01636e NIFI-632 moving NarCloseable and NarThreadContextClassLoader to nifi-nar-utils from nifi-framework-core-api 2015-06-09 21:34:26 -04:00
danbress dc4065a975 NIFI-632 - fixing parent pom 2015-06-09 21:34:25 -04:00
danbress f2818d2263 NIFI-632 - improving tests 2015-06-09 21:34:24 -04:00
danbress e4e9efad44 NIFI-632 cleaning up tests 2015-06-09 21:34:24 -04:00
danbress 4074ec3785 NIFI-632 using NarThreadContextClassLoader when generating documentation 2015-06-09 21:34:23 -04:00
danbress 6f36c7939b NIFI-632 Using newly generated example.nar in test code 2015-06-09 21:34:23 -04:00
danbress b4ee97c771 NIFI-632 generating a test nar which loads a resource during its init method 2015-06-09 21:34:21 -04:00
danbress 30055dd0c8 NIFI-632 initial checkin 2015-06-09 21:34:20 -04:00
Mark Payne 86cbfab14a NIFI-625: Fixed bug in expression language that caused EL not to get evaluated if enclosed within curly braces 2015-06-09 18:32:34 -04:00
Mark Payne b82d1428b2 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-08 20:22:48 -04:00
Mark Payne facc4242bd NIFI-571: Removed checking List<List<ControllerServiceNode>> to see if it contains a ControllerServiceNode, as it would always return false; intent was to check all inner Lists, but it's really not necessary (a bit of an optimization) that just confuses things 2015-06-08 20:20:34 -04:00
Mark Payne 089897190c NIFI-662: Unit test expects \n when it should expect System.lineSeparator() 2015-06-08 20:20:33 -04:00
Aldrin Piri 0b4cddbe49 NIFI-668 Updating testDynamicEnvironment in TestExecuteStreamCommand to be tolerant of environment variables inherited from the system. 2015-06-08 19:16:45 -04:00
Aldrin Piri 096ca61e25 NIFI-583 Adjusting the callback to be aware of whether or not STDIN should be ignored, preferring to bypass the stream copying process and the reuse of the outputflowfile as the source. 2015-06-07 16:01:54 -04:00
Mark Payne ceda66159e Merge branch 'ms-batch' of https://github.com/BELUGABEHR/incubator-nifi into develop 2015-06-07 15:02:01 -04:00
Matt Gilman 5fb5fa6da2 NIFI-664:
- Addressing incorrect argument to setTimeout call.
2015-06-07 11:26:14 -04:00
danbress ecb3680a77 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-07 08:10:56 -04:00
Mark Payne 11bbd9cb42 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-07 08:09:00 -04:00
Mark Payne 68be759fe4 Merge branch 'NIFI-591' into develop 2015-06-07 08:08:47 -04:00
Mark Payne 83785a9798 NIFI-591: Recognize both application/bzip2 and application/x-bzip2 as bzip mime types but use application/x-bzip2 when compressing 2015-06-07 08:03:07 -04:00
joewitt b9b628dece NIFI-656 performed licensing maintenance and rolled back to hadoop 2.6.0 as 2.7.0 is considered not ready for production 2015-06-07 03:13:42 -04:00
Mark Payne 56c173fbd8 Merge branch 'NIFI-427' into develop 2015-06-06 20:24:05 -04:00
Mark Payne 35308edf4e Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-06 20:22:48 -04:00
danbress c30950928e Merge branch 'NIFI-633' into develop 2015-06-06 13:31:02 -04:00
Aldrin Piri c9ddf21ad6 NIFI-663: Updating tests to provide valid options for assertions when in a Windows environment. Preferring regex to contains/endsWith 2015-06-06 11:31:15 -04:00
Aldrin Piri ffc5cdb92c NIFI-663: Updating tests to provide valid options for assertions when in a Windows environment. Preferring regex to contains/endsWith
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-06-06 11:28:44 -04:00
Matt Gilman 245fef4ee2 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-05 23:38:59 -04:00
Mark Payne 5c1afc0897 NIFI-427: Allow Process Groups to be deleted as long as no incoming or outgoing connections (unless they are also selected), all components stopped, no FlowFiles queued 2015-06-05 16:17:50 -04:00
Matt Gilman 6324442acf NIFI-661:
- Fixing issue which caused the invalid icon from wrapping in Firefox.
2015-06-05 16:08:46 -04:00
Mark Payne 63bdda4b5b Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-05 15:06:35 -04:00
Matt Gilman 73b08d8202 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-05 14:50:56 -04:00
Matt Gilman 750d215635 NIFI-349:
- Setting namespace aware on all document builder factories.
2015-06-05 14:24:10 -04:00
ricky 6d1128497b NIFI-583: Ignore STDIN for ExecuteStreamCommand
- Added the ability (default: false) to ignore STDIN when passing
  a flowfile to the ExecuteStreamCommand processor. This is useful if
  the command you are executing cannot take STDIN, or passing STDIN is
  unnecessary

Signed-off-by: Aldrin Piri <aldrin@apache.org>
2015-06-05 14:17:39 -04:00
Aldrin Piri 42a2fc5f64 Correcting simple typo in Javadoc for NiFiSpout.
This closes #61
2015-06-05 13:57:30 -04:00
bbende 960560723d NIFI-606 Add a NiFi Storm Spout
Fixing JavaDoc to pass check-styles

Signed-off-by: Aldrin Piri <aldrin@apache.org>
2015-06-05 13:39:36 -04:00
Aldrin Piri ba78556468 NIFI-594: Removing the output to System.out and providing some simple checks to ensure extraction of attributes is consistent with the sample file used in the test. 2015-06-05 10:43:33 -04:00
joewitt 8d745c2b76 NIFI-546 clarified javadoc and added null check 2015-06-05 10:36:51 -04:00
Mark Payne 8d1536ed24 NIFI-41: Don't allow destination fo connection to change if current destination is holding its FlowFiles 2015-06-05 08:49:01 -04:00
joewitt a49a03da43 NIFI-613 and NIFI-379 checkstyle fix 2015-06-04 23:29:32 -04:00
joewitt 1fb6aa49ba NIFI-613 just needed to check for line of length 0. Added unit test to prove fail and fix 2015-06-04 23:22:23 -04:00
joewitt 819b65f7e0 NIFI-379 fixed what appears to be a faulty edge condition handling 2015-06-04 22:48:38 -04:00
ricky b53948a6ba NIFI-601: Add Dynamic Props - ExecuteStreamCommand
- Added dynamic property support to ExecuteStreamCommand. All
  properties added by user will be inserted into the command's
  runtime environment.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
2015-06-04 21:41:00 -04:00
joewitt aeefe73f0b NIFI-553 2015-06-04 15:59:06 -04:00
Mark Payne c7c4427cbf NIFI-602: Ensure we read all data from socket after sending 'SHUTDOWN' command
Signed-off-by: joewitt <joewitt@apache.org>
2015-06-04 15:37:32 -04:00
joewitt 5eed335804 NIFI-551 checkstyle mods to provided patch. Main issue was extraneous imports. No biggie. 2015-06-04 15:34:58 -04:00
ricky 6f32e6e977 NIFI-551 - ConvertJSONToAvro improve error message
- Report failure counts as an log error message
- Send record parsing errors to a separate flowfile which is transfered down the
  failure relationship

Signed-off-by: joewitt <joewitt@apache.org>
2015-06-04 14:52:16 -04:00
Mark Payne 66f3b7e30f NIFI-602: Ensure we read all data from socket after sending 'SHUTDOWN' command 2015-06-04 14:10:43 -04:00
joewitt 8201381c9b Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-04 13:49:38 -04:00
joewitt 0aa904c82a NIFI-645 adjusted to more reasonable defaults 2015-06-04 13:21:57 -04:00