Commit Graph

1354 Commits

Author SHA1 Message Date
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
Aldrin Piri 8f55e35a0a Merge branch 'nifi-643' into develop 2015-06-04 13:19:31 -04:00
Matt Gilman e2227cdafa Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-04 13:10:27 -04:00
Mark Payne efc862eac8 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-06-04 13:09:07 -04:00
Mark Payne fcadaa894b NIFI-657: Ignored Unit tests and removed maven plugin for embedding mongodb, as they fail in certain environments 2015-06-04 13:01:23 -04:00
Matt Gilman be50793dec NIFI-644:
- Using mime.type attribute when known. If not specified or is octet-stream continue using content detection (tika).
2015-06-04 12:53:42 -04:00
Mark Payne 9fbd88f034 NIFI-647: When FORK Event emitted by processor, Framework generates CREATE events for each child in addition to the FORK event; this commit fixes that bug 2015-06-04 12:42:56 -04:00
joewitt fb75a4ba69 NIFI-659 updated all instances of child overrides to combine their excludes and parents 2015-06-04 12:11:35 -04:00
joewitt 07628f76fe NIFI-654 updated all non controversial deps. Tested locally and on a remote system with full 2-way SSL 2015-06-04 11:01:39 -04:00
joewitt 310ae3ebcd NIFI-656 moving from 0.1.1 to 0.2.0 to reflect new feature merged to develop 2015-06-04 09:09:30 -04:00
danbress fa7aa80891 NIFI-633 removing dependency on nifi-framework, creating MockProcessorLogger 2015-06-03 07:11:25 -04:00
Aldrin Piri 88bfa664dc nifi-643: Removing duplicate provenance FORK event in SplitJson for generated files. 2015-06-02 15:29:52 -04:00
Matt Gilman 89801675b4 NIFI-313:
- Ensuring the total number of templates remain correct after a deletion.
2015-06-02 11:57:07 -04:00
Matt Gilman b7504ccb10 NIFI-640:
- Adding a link to the wiki.
2015-06-02 09:27:28 -04:00
Matt Gilman f2894edadc NIFI-582:
- Removed the term 'source' when describing an ID as it could be confusing when the component is a connection (which has properties for source/destination id).
2015-06-02 08:57:50 -04:00
danbress c0570fb395 NIFI-632 fixing transitive dependencies in framework 2015-06-01 19:56:51 -04:00
Matt Gilman 84e56f2ef5 NIFI-630:
- Adding the component id to the configuration/detail dialogs for [remote] process groups.
- Allowing text to be selected in the stats history dialog.
- Remove connection source/destination id from the stats history dialog.
- Introducing more spacing to the stat history dialog details on the left.
2015-06-01 17:23:13 -04:00
Matt Gilman e2eb6f7c09 NIFI-640:
- Adding component documentation to website.
- Current approach requires manually copying component docs into dist. This still needs to be automated.
2015-05-29 08:16:11 -04:00
Matt Gilman 7f4e3d8afc NIFI-638:
- Fixing the relative link when loading jquery locally.
2015-05-28 19:16:59 -04:00
danbress de46a7c30c NIFI-633 - Documentation Generation: Logger
fixing mock initializers for Processor/ControllerService/ReportingTask
to provide a valid logger
2015-05-27 21:57:15 -04:00
BELUGABEHR f160728253 Make Windows batch scripts a bit more user friendly. Do no move out of the current working directory and try a little harder to find Java. 2015-05-26 21:52:08 -04:00
Brian Ghigiarelli ce16aab6c5 Merge pull request #4 from apache/develop
Merging latest Apache NiFi develop branch
2015-05-21 08:42:32 -04:00
Mark Payne 82174e460c NIFI-446: Fixed 2 unit tests that were environment-specific 2015-05-20 15:47:45 -04:00
Mark Payne f247e515dc Merge branch 'NIFI-446' of https://github.com/bbende/incubator-nifi into NIFI-446-merge-content-delimiter-strategy 2015-05-20 14:47:53 -04:00
Mark Payne 149ad130d9 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-05-20 12:41:51 -04:00
Mark Payne e0ee55e6c4 NIFI-322: Fixed version number 2015-05-20 10:53:22 -04:00
Matt Gilman 8c7dd6ab3d NIFI-623:
- Add command to add unknown files to svn repo.
- Clearing version in rest docs title.
2015-05-20 10:19:46 -04:00
Matt Gilman 031c22e61e NIFI-429:
- Adding download links for 0.1.0-incubating zip file.
2015-05-20 10:18:47 -04:00
Mark Payne 281ebafc2c Merge branch 'NIFI-322-Db-Connection-Pooling' into develop 2015-05-20 09:54:16 -04:00
Mark Payne 91aaabfa4c NIFI-322: Fixed checkstyle errors, licensing issues, unit tests 2015-05-20 09:53:36 -04:00
Toivo Adams 78906a9427 bump version to 0.1.0 , test cleanup
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:55 -04:00
Toivo Adams 1682d62d7f JDBC driver can be loaded from external location using URLClassLoader
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:55 -04:00
Toivo Adams 864e0996ca Loading external JDBC driver using URLClassLoader
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:54 -04:00
Toivo Adams d1cace6a8a DBCPConnectionPool service fixes
Signed-off-by: Toivo Adams <toivo.adams@gmail.com>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-05-20 08:35:54 -04:00