joewitt
712d60700c
NIFI-783
2015-07-23 09:25:45 -07:00
joewitt
cafddb6568
NIFI-783
2015-07-23 08:56:03 -07:00
Bryan Bende
c0144f23a3
NIFI-780 Adding dependency management to solr bundle pom to override httpclient version
2015-07-22 15:04:26 -04:00
Aldrin Piri
133649b4b4
Updating broken link for quickstart in the release guide to point to the correct location.
2015-07-21 14:46:53 -07:00
Bryan Bende
5b47f52f62
Adding Jackson to assembly NOTICE file
2015-07-21 08:18:54 -04:00
Bryan Bende
bddb8b1fe5
NIFI-770 Adding AWS nar to the assembly
...
NIFI-770 Removing versions from nars in assembly pom
2015-07-20 11:44:43 -04:00
Joe Skora
dcd9739bc3
NIFI-769: - Add test for and fix bug in ByteCountingInputStream reset method.
...
Signed-off-by: Mark Payne <markap14@hotmail.com>
2015-07-20 11:25:36 -04:00
Matt Gilman
a19390cdec
NIFI-777:
...
- Ensuring the account request form is shown.
2015-07-20 09:46:58 -04:00
Matt Gilman
eee5a22f0d
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop
2015-07-19 15:24:59 -04:00
Matt Gilman
9f75cad411
NIFI-776:
...
- Allowing tooltips to break words to wrap.
2015-07-19 15:08:48 -04:00
Aldrin Piri
bca9acbf4f
NIFI-768: Providing updated links for downloads to reflect the new structure of NiFi as TLP
2015-07-19 14:20:49 -04:00
Mark Payne
42c07a38d4
NIFI-775: Ignore unit tests that fail on windows
2015-07-19 10:40:46 -04:00
joewitt
fb570ed7ef
NIFI-768 updated to 030-SNAPSHOT
2015-07-18 22:12:39 -04:00
joewitt
6cac136b48
NIFI-768
2015-07-18 08:58:30 -04:00
joewitt
a8eb0c7d86
NIFI-768
2015-07-18 02:06:29 -04:00
joewitt
dae1b9656f
NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs
...
NIFI-768 changed all versions and docs and paths to TLP version removing incubator refs
2015-07-18 01:13:40 -04:00
joewitt
f76aeb2270
NIFI-768
2015-07-18 00:52:30 -04:00
joewitt
3982294ced
NIFI-768
2015-07-18 00:50:15 -04:00
joewitt
808c772c38
NIFI-768
2015-07-18 00:48:14 -04:00
joewitt
cbfe3fc317
NIFI-768 added parens to protect password entry just like commit message had
2015-07-18 00:41:05 -04:00
joewitt
d68c7ec24a
NIFI-768 updated site for TLP push
2015-07-17 20:47:42 -04:00
Matt Gilman
16cc08748d
NIFI-656:
...
- Adding links to download 0.2.0-incubating.
2015-07-17 09:09:43 -04:00
Matt Gilman
54ad9c8991
NIFI-656:
...
- Updating version of flume bundle that was added during release vote.
2015-07-16 11:20:27 -04:00
Matt Gilman
bde107d4a8
NIFI-656:
...
- Updating version of flume bundle that was added during release vote.
2015-07-16 11:12:55 -04:00
Matt Gilman
adddd3fab8
NIFI-656:
...
- Updating version of flume bundle that was added during release vote.
2015-07-16 10:59:34 -04:00
Matt Gilman
5662436b9f
Merge branch 'release-nifi-0.2.0-incubating-rc1' into develop
2015-07-16 10:48:42 -04:00
joewitt
0034462485
NIFI-768 staging changes needed for website in prep for move to TLP site. Still need to update some links once git and svn move.
2015-07-16 08:04:58 -04:00
Aldrin Piri
ec6be9eaa3
This closes #70 . Code has been merged as per NIFI-751
2015-07-14 18:42:06 -04:00
Aldrin Piri
65c82cc0ea
This closes #67 . Code has been merged as per NIFI-685
2015-07-14 18:39:17 -04:00
Matt Gilman
95b22713fc
This closes #51 Feedback on been provided in NIFI-589
2015-07-14 17:22:57 -04:00
Matt Gilman
6f3039c8c3
NIFI-589:
...
- Tweaking license files.
2015-07-14 17:11:08 -04:00
Joey Echeverria
2a3deed573
Fixed a couple of checkstyle violations
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:17 -04:00
Joey Echeverria
e7e15facc4
Added detailed documentation for the ExecuteFlumeSource/Sink processors
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:17 -04:00
Joey Echeverria
286e4738b8
Implemented Joe's review feedback:
...
* Renamed processors to ExecuteFlume*
* Added a LICENSE and NOTICE file to the nar
* Fixed the version number inconsistency in the POMs
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:17 -04:00
Joey Echeverria
16134a2dfe
More review feedback from Ryan:
...
* Removed unnecessary call to configure our channel
* Removed call to context.yield() when Flume reports a backoff
* Handled the session factory changing when using a event driven source.
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:17 -04:00
Joey Echeverria
c4dd1e65b1
Moved the source/sink stoppign to @OnStopped methods
...
* Made the spoolDirectory test stronger
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
3af73c9b82
Updated with Ryan's feedback:
...
* Moved away from any reliance on MemoryChannels in favor of
modeling the ProcessSession/Relationship as the channel directly
in all cases.
* Fixed version numbers in nifi-flume-* pom files.
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
419f9455a2
NIFI-589: Set java.io.tmpdir to ${build.project.directory}
...
This lets us use TemporaryDirectory and get the benefits of cleaning
up temporary files using `mvn clean`
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
3529bb3317
NIFI-589: Updated with first review feedback
...
* Switched to using `getResourceAsStream()` where possible
* Removed trailing whitespace from added files
* Added missing license headers
* Added RAT exception to testdata files
* Fixed POM errors that broke the build
* Switched to using TemporaryFolder instead of putting files in
`target`
* Used try-with-resources where needed to autoclose streams
* Moved logging configuration to properties files
* Removed AbstractFlumeTest
* Fixed logging levels in test code
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
3b9e482466
Fix poms, versions, add batching to sink processor
...
* Fix pom issues caused by the rebase.
* Update the Flume bundle's version to 0.1.0
* Add support for batching to the sink processor
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
cf29029a4d
Added the sink's relationships to the relationship set. Added error checkign and logging for sink/source creation. Fixed an issue with transaction managemetn in the sink. Reformatted per coding standard.
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Joey Echeverria
b251ab4425
Added processors that can run Flume sources and Flume sinks.
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2015-07-14 14:50:16 -04:00
Mark Payne
483b3dddfb
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
2015-07-14 08:40:22 -04:00
Mark Payne
4dc126aff8
NIFI-685: This is merged. This closes #67
2015-07-14 08:40:04 -04:00
joewitt
8ff69ca2d1
NIFI-751 PR #70 removed extraneous reference to abstract properties pulling in hadoop conf
2015-07-14 07:41:07 -04:00
Alan Jackoway
bb64e70e6f
NIFI-751 Add Processor To Convert Avro Formats
...
Implemented a new NiFi processor that allows avro records to be converted from one Avro schema
to another. This supports..
* Flattening records using . notation like "parent.id"
* Simple type conversions to String or base primitive types.
* Specifying field renames using dynamic properties.
Signed-off-by: joewitt <joewitt@apache.org>
2015-07-14 07:22:34 -04:00
Mark Payne
8bd20510ee
NIFI-762: Allow user to set keystore and truststore properties instead of setting sslcontext
2015-07-13 14:17:42 -04:00
joewitt
7f6f404baa
NIFI-685 This closes #67 . Was merged/closed in JIRA but not github
2015-07-11 09:44:56 -04:00
Matt Gilman
de8ec6f92c
NIFI-656-RC1 prepare for next development iteration
2015-07-08 14:44:55 -04:00
Matt Gilman
e4f51eac9d
NIFI-656-RC1 prepare release nifi-0.2.0-incubating-RC1
2015-07-08 14:44:44 -04:00