Commit Graph

679 Commits

Author SHA1 Message Date
joewitt 3533a4a58e NIFI-380 fixed unit test to use a more os portable command. Modify execute process to enable error stream redirection. 2015-03-09 10:01:57 -04:00
Mark Payne a066d9b601 NIFI-380: Added documentation
Signed-off-by: joewitt <joewitt@apache.org>
2015-03-09 10:01:57 -04:00
Mark Payne 12b44ee0b8 NIFI-380: Initial import of ExecuteProcess processor
Signed-off-by: joewitt <joewitt@apache.org>
2015-03-09 10:01:57 -04:00
danbress 3629d2441b NIFI-333 catching ProcessException
instead of Exception for HDFS helper classes
2015-03-08 11:12:47 -04:00
Mark Payne 342ca1791a NIFI-398: Fixed ArrayIndexOutOfBoundsException and added unit test to verify 2015-03-06 15:57:34 -05:00
Mark Payne 608f8007ed NIFI-302: Blacklist a partition if IOException is thrown on rollover 2015-03-06 15:17:56 -05:00
Mark Payne f9620cc368 NIFI-390: include expressionLanguageSupported in PropertyDescriptor.Builder.fromPropertyDescriptor method 2015-03-06 13:57:57 -05:00
Mark Payne d2953c6cad NIFI-238: Ignored unit tests that don't work on Windows 2015-03-06 13:43:01 -05:00
Mark Payne 6488f3ca3d NIFI-238: Allow kite nar to inherit from hadoop-libraries-nar and put kite nar into build 2015-03-05 14:56:11 -05:00
Mark Payne dd879f2324 Merge branch 'NIFI-238-kite-processors' of https://github.com/rdblue/incubator-nifi into develop 2015-03-05 12:28:16 -05:00
Ryan Blue f06d21fff8 NIFI-238: Minimize dependencies.
Removes:
* kite-data-hive
* kite-data-hbase
* kite-hbase-dependencies
* mapreduce client
2015-03-05 08:54:41 -08:00
Mark Payne bd74063dde NIFI-392: Report correct Source System Identifier when receiving data via site-to-site 2015-03-04 15:15:42 -05:00
Aldrin Piri edb46ef311 Removing extraneous, autogenerated tag from EvaluateJsonPath usage guide 2015-03-02 19:59:33 -05:00
Aldrin Piri 1263e87cdb Correcting error in EvaluateJsonPath erroneously referring to XPath in its usage guide. 2015-03-02 19:54:57 -05:00
Mark Payne 5e0026c14c NIFI-296: Removed test files for which licenses were not readily available 2015-03-02 11:29:01 -05:00
Mark Payne ee795a7d01 Merge branch 'NIFI-296-extend-IdentifyMimeType' of https://github.com/adamonduty/incubator-nifi into develop 2015-03-02 10:12:28 -05:00
Mark Payne fff37591a3 Merge branch 'NIFI-377-EncodeContent' of https://github.com/adamonduty/incubator-nifi into develop 2015-03-02 10:05:29 -05:00
joewitt 099865a1b6 NIFI-360 This closes #31 2015-03-01 23:12:50 -05:00
joewitt 67a4faf135 NIFI-360 removed extra LICENSE information and updated NOTICE to reflect source/copyright from Json Path 2015-03-01 23:01:31 -05:00
joewitt 245ec0ca80 Merge branch 'NIFI-360' of https://github.com/apiri/incubator-nifi into develop 2015-03-01 22:19:27 -05:00
Aldrin Piri e6ebaa4ced Adding licensing and notice information for JsonPath 2015-03-01 21:42:56 -05:00
Aldrin Piri 4618f46f27 Adding JsonPathExpressionValidator to perform an exception free validation of JsonPath expressions. This is used as a screen before attempting a compile. 2015-03-01 21:23:01 -05:00
Aldrin Piri 973b493386 Adjusting handling of map to cache data items on an instance basis. 2015-03-01 16:31:32 -05:00
Mark Payne 96a42cd72b NIFI-389: Fixed bug that caused services that depend on other services to not be locatable in mock framework 2015-03-01 15:30:42 -05:00
Mark Payne 83b33c8050 NIFI-221: Added additionally flowfile attributes 2015-03-01 15:12:24 -05:00
Adam Lamar 8f5afd0c9a NIFI-296: Add tests for ooxml office documents 2015-03-01 19:58:54 +00:00
Adam Lamar 089eec2e0c NIFI-296: Use only tika-core to keep jar footprint down 2015-03-01 19:58:46 +00:00
Mark Payne 7c99054183 NIFI-221: Finished initial implementation of http procs 2015-03-01 14:31:26 -05:00
Aldrin Piri 484687a67b Adjusting onRemoved methods for both JsonPath processors to clean up entries on exit. 2015-03-01 14:16:22 -05:00
Aldrin Piri 5a2a8fc6be Adding notes about JsonPath loading contents into memory for both JsonPath processors. 2015-03-01 13:37:29 -05:00
Aldrin Piri 84602ca3e9 Removing extraneous logging statement. 2015-03-01 13:27:40 -05:00
Aldrin Piri 4d3cff3592 Removing JsonUtils as all functionality was migrated into AbstractJsonPathProcessor given its limited utility outside of those classes. Adjusting validation approach for JsonPath processors to accomodate caching of expressions. 2015-03-01 13:26:03 -05:00
Aldrin Piri b1f971335a Adding processor documentation for EvaluateJsonPath and SplitJson 2015-03-01 00:13:22 -05:00
Aldrin Piri 162f02b12f Removing the separate reads for validation preferring to do the read once and handle any exceptions. 2015-02-28 21:24:25 -05:00
Aldrin Piri 57aa5dd63f Providing provenance fork event for the created segments generated by SplitJson. 2015-02-28 16:04:43 -05:00
Aldrin Piri 6a89745ec8 Adding a provenance event for EvaluateJsonPath when content is overwritten with selected expression. 2015-02-28 15:54:52 -05:00
Adam Lamar b2935410a2 NIFI-377: Add EncodeContent processor 2015-02-28 20:28:37 +00:00
Mark Payne c53b0f9d15 NIFI-221: Fixed shutdown of HandleHttpRequest and provided documentation 2015-02-28 14:55:56 -05:00
Aldrin Piri caed7f8468 Adding missing subject property on the JsonPath validator. 2015-02-28 12:36:30 -05:00
Mark Payne 2d48323878 NIFI-221: Fixed bugs and pulled in changes from develop 2015-02-26 09:05:28 -05:00
Mark Payne 739f0c25e2 NIFI-387: If possible don't use ContentRepository.importFrom but just copy stream directly in StandardProcessSession 2015-02-26 09:04:05 -05:00
Mark Payne 50744bfdc6 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-25 14:35:45 -05:00
Mark Payne 97aa53da66 NIFI-386: removed inadvertently added bin/ files 2015-02-25 14:23:21 -05:00
Mark Payne 1af8c1e22a NIFI-381: Ensure that we always properly account for number of active threads 2015-02-25 14:07:21 -05:00
Mark Payne ca23ad8eaa NIFI-383: Ensure that we always clean up sockets 2015-02-25 14:06:58 -05:00
Mark Payne 5aef55b5f9 NIFI-382: Made nifi.bored.yield.duration property 2015-02-25 12:01:31 -05:00
Mark Payne a956623ff9 NIFI-381: do not re-schedule processor to run after yield if not scheduled to run anymore 2015-02-25 11:38:28 -05:00
Mark Payne e370d7d7e3 NIFI-366: removed logic to check for invalid ports and throw exception if all ports are invalid. Instead, we will now just run but will be unable to transfer any data; this is preferred anyone because we should still allow the state to be set to transmit, so that when the ports are no longer invalid we can start transmitting immediately. 2015-02-24 14:03:00 -05:00
Jenn Barnabee 4ac6dfd5e5 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-24 13:45:49 -05:00
Jenn Barnabee c5f4dff4bb NIFI-370 refines system requirements in Admin Guide and fixes Clustering section in Admin Guide and Clustering description in the Overview document. 2015-02-24 08:17:39 -05:00