Commit Graph

743 Commits

Author SHA1 Message Date
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
Aldrin Piri d6948601cd Adjusting scope of methods as they are specific to the JsonPath related processors 2015-02-23 22:51:37 -05:00
Mark Payne d8954ab013 Merge branch 'NIFI-333' of https://github.com/danbress/incubator-nifi into develop 2015-02-23 15:34:13 -05:00
Mark Payne 705ee852bb Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-23 14:56:41 -05:00
Jenn Barnabee 01038f4e2c NIFI-370 This adds system requirements to the Admin Guide and a list of supported browsers to the User Guide. 2015-02-23 14:08:47 -05:00
Matt Gilman 42f69196c2 Merge branch 'NIFI-344' of https://github.com/danbress/incubator-nifi into develop
This closes #29
2015-02-23 07:24:39 -05:00
Mark Payne a00aade0e5 NIFI-335: Fixed bug that returned a byte instead of an int from CompressionInputStream.read(), which resulted in negative values getting returned when it should not have 2015-02-22 11:46:00 -05:00
Mark Payne 40e1fcbb98 Merge branch 'nifi-site-to-site-client' into develop 2015-02-22 11:19:24 -05:00
Mark Payne d939359bca Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-22 11:19:17 -05:00
Mark Payne 5291084dc0 Merge branch 'develop' into nifi-site-to-site-client 2015-02-22 11:18:26 -05:00
Mark Payne f1e74cc041 NIFI-362: Ensure that we synchronize on ScheduleState before modifying it 2015-02-22 10:59:14 -05:00
Mark Payne 4cc106a54d NIFI-362: Avoid continually scheduling components to run if there is no work for them to do or if they are yielded 2015-02-22 10:53:24 -05:00
Aldrin Piri 46bf048b24 Adding an abstract class to serve as a base class for JsonPath related processors and preferring this for much of the functionality present in JsonUtils. 2015-02-21 20:26:58 -05:00
Aldrin Piri 81234f3a6d Removing the batched get of flowfiles to utilize the framework provided batching support 2015-02-20 16:05:16 -05:00
Jenn Barnabee b6f40264e8 Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop 2015-02-20 10:41:06 -05:00
Adam Lamar b418b890a6 NIFI-296: Minor updates after code review 2015-02-20 09:28:00 +00:00
danbress 750c4ebb6c NIFI-344 improving error message, and setting a placeHolder for the
field
2015-02-19 18:54:44 -05:00
Ryan Blue 8242417388 NIFI-238: Add Kite processors.
Includes:
* KiteStorageProcessor - store Avro files in a Kite dataset
* KiteCSVToAvroProcessor - convert CSV to Avro for storage
* KiteJSONToAvroProcessor - convert JSON to Avro for storage
2015-02-19 15:34:09 -08:00
Matt Gilman dbae98f221 NIFI-282:
- Fixing pom parent and artifact version.
2015-02-19 11:09:17 -05:00
Matt Gilman 57b5d589ad NIFI-363:
- Fixing 'Go to source' and 'Go to destination' when the component in question is a remote process group.
2015-02-19 07:47:58 -05:00
Matt Gilman d76fe229bb NIFI-325:
- Ensuring empty selection does enable the fill color dialog.
2015-02-19 06:55:38 -05:00
danbress 10b5b3c907 NIFI-344 - Defaulting new Remote Process Group value 2015-02-18 21:55:47 -05:00
Mark Payne 8506a0ce4a NIFI-365: Initial implementation of spark receiver 2015-02-18 21:19:58 -05:00
joewitt 2862771235 NIFI-360 providing review feedback on github PR 2015-02-17 23:29:16 -05:00
joewitt f05cc9383c Merge branch 'json-processors' of https://github.com/apiri/incubator-nifi into NIFI-360 2015-02-17 22:17:05 -05:00
Aldrin Piri 9a5b6d5ba2 Encapsulating the rendering of a JsonPath result within JsonUtils 2015-02-17 21:29:40 -05:00
Aldrin Piri c88b427e82 Removing extraneous comment block that was replaced by method Javadoc 2015-02-17 18:42:05 -05:00
Aldrin Piri 5f647aa465 Adding missing apostrophe for description of SplitJson 2015-02-17 18:40:12 -05:00
Aldrin Piri 408f636361 Preferring the constant empty string for clarity instead of quotes. 2015-02-17 17:01:06 -05:00
Aldrin Piri a058fd0460 Adding license terms for asm dependency introduced via JsonPath -> Json-Smart 2015-02-17 16:58:04 -05:00
Aldrin Piri 627bd91fa7 Adding an auto return type for EvaluateJsonPath to match the semantics of the EvaluateXPath processor. 2015-02-17 16:15:33 -05:00
Aldrin Piri 1a746212bf Removing unnessecary local variable 2015-02-17 16:04:21 -05:00
Aldrin Piri 7a74dd9420 Adding a test case for SplitJson where the specified path cannot be found. Adjusting documentation for additional detail. 2015-02-17 15:50:42 -05:00
Aldrin Piri 2e05dcbbfd Providing a SplitJson processor which will break JSON Arrays into their individual elements. Refactored supporting JsonUtils code and EvaluateJsonPath to reuse common functionality. 2015-02-17 15:17:12 -05:00
Adam Lamar 16fb2b826c NIFI-296: Extend capability of IdentifyMimeType
This commit backs IdentifyMimeType with the Apache Tika library. Tika
provides detailed mime type identification such as the ability to
differentiate normal zip files from OOXML MS Office documents.

The mime.type attribute continues to be set, though some mime types
have changed due to Tika naming them differently. In addition,
the mime.extension attribute is set to provide the commonly used
extension for the mime type (if known).
2015-02-17 18:25:17 +00:00
danbress 09090825de NIFI-344 - Validating remote process group URI in the backend 2015-02-17 12:39:20 -05:00
Matt Gilman 0047fa4502 NIFI-326:
- Enabling the Enable/Disable button whenever the selection is not empty.
- On Enable/Disable click, the components that support the desired action are filtered. The action (Enable/Disable) is then applied to the filtered selection.
2015-02-17 12:34:01 -05:00