Mike Thomsen
1dea8faa06
NIFI-5239 Made a client service an optional source of connection pooling in Mongo processors.
...
This closes #2896
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-09-19 17:04:25 +05:30
zenfenan
c56a7e9ba5
NIFI-5510: Introducing PutCassandraRecord processor
...
NIFI-5510: Fixes for PR review comments
This closes #2992
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-09-18 08:10:14 -04:00
Otto Fowler
7e627f2fed
NIFI-5566 Added unit test for PR feedback.
...
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-09-17 17:12:53 -07:00
Andy LoPresto
cd6877404b
NIFI-5147, NIFI-5566 Added CryptographicHashAttribute and CryptographicHashContent processors.
...
Deprecated HashContent processor.
Added documentation to HashAttribute processor.
Added shared HashService and HashAlgorithm enum.
Added unit tests.
Added #clearProperties() to TestRunner, StandardProcessorTestRunner, and MockProcessContext.
Updated processor manifest.
Updated Javadoc.
Added documentation about deprecated/renamed components.
Added logic handling for UTF-16 encoding where UTF-16BE is overridden so the BOM is not inserted prior to hashing.
This closes #2983 .
Co-authored-by: Otto Fowler <ottobackwards@gmail.com>
Signed-off-by: Kevin Doran <kdoran@apache.org>
2018-09-17 17:03:57 -07:00
Mohit Garg
07ad132a2b
NIFI-5596 Upgraded splunk-sdk-java version
...
NIFI-5596 Updated L&N
L&N commit added by Mike Thomsen
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-09-17 12:52:17 -04:00
Mark Payne
c8fc1327ee
NIFI-5592: If an Exception is thrown by RecordReader.read() from ConsumeKafkaRecord, route Record to parse.failure relationship
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #3001 .
2018-09-15 14:49:24 +02:00
uday
57ae9b65a0
NIFI-1184 Mock FileSystem for PutHDFSTest
...
This closes #2892
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-09-14 13:30:03 -04:00
Matthew Burgess
4a25402c1a
NIFI-3425: Provide ability to cache CQL statements
...
This closes #2986 .
Co-authored-by: Michael A Giroux <magirou@rd6ul-92373g.infosec.tycho.ncsc.mil>
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-09-14 11:37:18 -04:00
Bryan Bende
14729be837
NIFI-5577 Fixing update method in NaiveRevisionManager so that failed updates don't change the revision
...
This closes #2995 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-09-14 11:33:53 -04:00
Mark Payne
647152ab16
NIFI-5597: Restored FreeFormTextRecordSetWriter to the META-INF services file
...
This closes #3004 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-09-14 09:52:39 -04:00
Vijeta
e0f7f244b8
Clarifying upsert query documentation for PutMongo processor.
...
This closes #2999
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-09-12 17:46:43 -04:00
Andy LoPresto
7e8b7752ca
NIFI-5569 Added keywords to Route* and ScanAttribute processors to improve discoverability.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2984 .
2018-09-11 18:09:48 +02:00
Mark Payne
0274bd4ff3
Revert "NIFI-4272 support multiple captures when EL is present in replacement value"
...
This reverts commit f7f809c3d3
.
NIFI-5474, NIFI-4272: When using Regex Replace with ReplaceText, and there are capturing groups, ensure that we populate the 'additionalVariables' map for each match of the regex. This allows Expression Language to reference the back-references properly even when there are multiple matches
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2951
2018-09-11 11:07:33 -04:00
Mark Payne
87cf474e54
NIFI-5581: Disable connection pooling for OkHttpReplicationClient. We should revisit this in the future, but for now, it appears that Jetty is having problems with the connections if they are reused. By disabling the Connection Pooling, we address the concern, but for secure connections this means that every request results in a TLS handshake - and for a mutable request, both the verification and the 'performance' stages require the TLS handshake. But it's better than timing out, which is the currently observed behavior
...
This closes #2996
2018-09-10 09:43:53 -04:00
Mike Thomsen
57820d0d88
NIFI-5495 Made date format configurable.
...
This closes #2969
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-09-09 12:33:34 +05:30
thenatog
fc1461298a
NIFI-5366 - Added ContentSecurityPolicyFilter which stops framing of NiFi resources. It applies the Content-Security-Policy header. This protects against clickjacking.
...
NIFI-5366 - Added unit test. Added single quotes around 'self' for frame-ancestors CSP header.
NIFI-5366 - Fixed dependencies.
This closes #2989 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-09-05 17:38:53 -07:00
zenfenan
4f0e2f5562
NIFI-5456: AWS clients now work with private link endpoints (VPC)
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2968 .
2018-09-05 15:04:29 +02:00
Lars Francke
1b73578c48
NIFI-5408 Add documentation for NIFI-4279
...
This closes #2878
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-08-31 19:09:58 -04:00
zenfenan
05e32cff28
NIFI-5544: GetMongo refactored
...
NIFI-5544: PR Review changes
This closes #2958
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-08-31 15:32:44 -04:00
thenatog
97e0f6a6a7
NIFI-4558 - Set JKS as the default keystore type and truststore type.
...
This closes #2982 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-08-31 10:35:21 -07:00
Koji Kawamura
5a58c9a171
NIFI-5282: Add ProxyConfigurationService to GCSProcessors
...
This closes #2981
2018-08-31 11:07:09 -04:00
jugi92
cdae2b14b3
NIFI-5282: GCPProcessor with HTTP Proxy with Auth
...
added http proxy support with authentication for GCP processors
added proxy support for Google Credential Service
This closes #2943 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-08-31 20:28:00 +09:00
Andy LoPresto
8f37b5ee10
NIFI-4426 Removed exclude from nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml.
2018-08-30 13:05:09 -07:00
Pierre Villard
cbd942df10
NIFI-5561 - Add component name filtering to S2S Provenance Reporting Task.
...
Added regression test for ProvenanceEventConsumer#isFilteringEnabled().
Changed isFilteringEnabled implementation to be expandable as other attributes are added using Streams.
EL + indentation.
This closes #2973 .
Co-authored-by: Andy LoPresto <alopresto@apache.org>
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-08-30 11:30:10 -07:00
Corey Fritz
89186fb96d
NIFI-5388: enabled EL support for dynamic properties of Kafka 1.0 processors
...
This closes #2915
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-08-30 07:08:00 -04:00
Mike Thomsen
c755ed9322
NIFI-5413 Added additional documentation for PutMongoRecord and fixed a typo in RunMongoAggregation's documentation.
...
This closes #2881
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-08-30 09:43:44 +05:30
Andrew Lim
860663ae3e
NIFI-5526 Improve PutS3Object processor documentation
...
This closes #2975 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-08-29 15:07:22 -07:00
Andy LoPresto
e83ea1f9ae
NIFI-5558 Fixed unit test to avoid contamination from System property "nifi.properties.file.path" when creating test NiFiProperties instance.
...
This closes #2972 .
Co-authored-by: thenatog <thenatog@gmail.com>
Signed-off-by: Marc Parisi <phrocker@apache.org>
2018-08-29 14:52:07 -07:00
Matthew Burgess
8a8a8cb072
NIFI-5553: Fixed issue with rollback on result set errors
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2967 .
2018-08-29 13:22:10 +02:00
Matthew Burgess
53969adcc8
NIFI-5353: Add JoltTransformRecord processor
2018-08-28 14:32:27 -04:00
Matt Gilman
f04cd8681d
NIFI-5479: Using the SUN provider when the keystore type is JKS.
...
This closes #2961 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-08-28 15:28:30 +09:00
joewitt
a27ccd8a56
NIFI-5479 Upgraded Jetty. Moved where we unpack bundled deps to so we can avoid a new jetty bug with META-INF loading logic.
...
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-08-28 15:28:11 +09:00
Mark Bean
58cb900b90
NIFI-5543: move bendPointDrag below mousedown.selection in nf-connection.js
...
This closes #2957
2018-08-27 11:04:07 -04:00
Mark Payne
6ceee25859
NIFI-5551: If session.get() returns null, then return fron onTrigger instead of assuming that the FlowFile is non-null
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2964 .
2018-08-27 16:52:07 +02:00
Mike Moser
8c0705cb6b
NIFI-5275 PostHTTP SocketConfig setup, fixed connection pool when using HTTPS, setup idle connection checker, setup request retry handler, improved some exception handling and logging, and NIFI-1336 fix as well
...
This closes #2796 .
Signed-off-by: Brandon Devries <devriesb@apache.org>
2018-08-24 10:07:11 -04:00
Matthew Burgess
cfc858c901
NIFI-5517 - Add support for remaining Hive types to PutHive3Streaming
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2950 .
2018-08-24 11:09:05 +02:00
Mark Payne
aac2c6a60e
NIFI-5482: Made WriteAheadProvenanceRepository the default implementation
...
This closes #2960 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-08-23 16:49:55 -07:00
Andy LoPresto
744b15b4a7
NIFI-5540 Added unit test to demonstrate missing default sensitive properties key in flow election encryptor creation.
...
NIFI-5540 Added failing unit test and ignored regression test to demonstrate missing default sensitive properties key in flow election encryptor creation.
NIFI-5540 Added equality logic to StringEncryptor and utility equality methods to CryptoUtils.
NIFI-5540 Added default sensitive properties key population logic and log warning to StringEncryptor.
NIFI-5540 Cleaned up formatting.
NIFI-5540 Cleaned up boolean logic.
NIFI-5540 Added Javadoc to StringEncryptor.
NIFI-5540 Added unit test for StringEncryptor#equals().
NIFI-5540 Added performance benchmarking unit tests for constantTimeEquals methods for String, byte[], and char[].
NIFI-5540 Fixed checkstyle issue.
NIFI-5540 Fixed unit tests for default key population.
This closes #2959 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-08-22 13:56:16 -04:00
Mark Payne
5b57935bae
NIFI-5527: Refactored unit test to make member variables for 'delay tolerances' so that they are easier to update in the future. Increased delay tolerances so that tests pass on heavily loaded system.
...
This closes #2955 .
2018-08-22 10:51:47 -04:00
zenfenan
82c5126f3c
NIFI-5494 - Added ExpressionLanguage support to 'Hive Configuration Resources'
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2946 .
2018-08-22 13:04:21 +02:00
Mark Payne
7bbb5a823a
NIFI-5466: Keep a running total of stats for each component. Refactored FlowFileEvent and repository in order to provide more efficient storage of objects on Java heap by allowing the same 'EMPTY' object to be reused
...
- Refactored VolatileComponentStatusRepository to avoid holding on to ProcessorStatus objects, etc, and only keep what they need
- Updated VolatileComponentStatusRepository to ensure that we are efficiently storing metrics for processors, etc. that are not running
This closes #2939
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-08-21 11:44:25 -04:00
Vadim Arshavsky
410176ed22
NIFI-5525: CSVRecordReader fails with StringIndexOutOfBoundsException when field is a double quote
...
This closes #2953 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-08-16 14:22:27 -04:00
Mike Thomsen
9d2b698c1c
NIFI-5448 Changed from 'stop' to 'penalize' in allowablevalue field to make the popup more consistent.
2018-08-15 21:35:09 -04:00
Jan Hentschel
c2657ee043
NIFI-5423 Removed duplicated dependencies in sub-modules
...
This closes #2887
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-08-15 11:01:51 -04:00
Mike Moser
66eeb48802
NIFI-3672 Add support for strongly typed message properties in PublishJMS
2018-08-14 16:37:35 +00:00
patricker
5106dc0af9
NIFI-4535 Only update Page Title to root flow name when user has permission.
...
This closes #2899
2018-08-13 12:46:16 -04:00
Scott Aslan
59a79c134f
[NIFI-5499] upgrade AngularJS to v1.7.2
...
[NIFI-5499] update package-lock.json
This closes #2941
2018-08-13 11:40:59 -04:00
patricker
17ea29244e
NIFI-5381 SFTP Unit Tests
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2846 .
2018-08-10 20:17:28 +02:00
Daniel Jimenez
3731cc8558
NIFI-5489: Add expression language support to AMQP processors HOST, VHOST and USER Fields.
...
This closes #2936
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-08-09 22:57:23 +05:30
Mike Thomsen
32ee552ada
NIFI-5448 Added failure relationship to UpdateAttributes to handle bad expression language logic.
...
This closes #2914
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-08-09 22:41:50 +05:30
Jeff Storck
451084e11f
NIFI-4434 Fixed recursive listing with a custom regex filter.
...
Filter modes are now supported to perform listings based on directory and file names, file-names only, and full path.
This closes #2937
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-08-08 22:06:50 +05:30
Lars Francke
a19134f325
NIFI-5350 Add a way to provide arbitrary Java options in shell scripts
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #2823
2018-08-06 21:02:29 +00:00
Matthew Burgess
9ee2316ff6
NIFI-5491: Fixed PutHive3Streaming handling of Byte, Short, and Struct
...
This closes #2938 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-08-06 14:33:49 -04:00
Mark Payne
d1ab17580f
NIFI-5465: Set the Idle Timeout on jetty connectors to the same as the Request Timeout.
2018-08-06 10:33:24 -04:00
Matthew Burgess
3d546b8d87
NIFI-5484: Fixed PutHive3Streaming to use the Hive Metastore URI property (to include multiple URIs)
...
NIFI-5484: Incorporated review comments, added unit test for new validator
This closes #2934
2018-08-03 10:36:56 -04:00
Mark Payne
4cca9bef7c
NIFI-5480: Use FlowController's maps of components in order to look up component by ID rather than iterating recursively through all Process Groups to find the component
...
This closes #2932
Signed-off-by: Jeremy Dyer <jeremydyer@apache.org>
2018-08-01 19:33:56 -04:00
Mike Moser
8309747889
NIFI-3531 Moved session.recover in JMSConsumer to exceptional situations
2018-08-01 20:11:40 +00:00
Matthew Burgess
b4894c5572
NIFI-5475: Upgraded Hive 3 bundle to Apache Hive 3.1.0
2018-08-01 13:42:31 -04:00
Andy LoPresto
e62aa0252d
NIFI-5442 Get X-ProxyContextPath value from request attributes rather than directly from headers.
...
NIFI-5442 Populate request contextPath attribute during AccessResource before displaying on message-page.jsp.
Refactored shared code from CatchAllFilter to WebUtils.
NIFI-5442 Refactored filter and context path code to shared parent filter and subclass.
NIFI-5442 Removed unnecessary initParams from nifi-web-ui web.xml.
NIFI-5442 Added explicit dispatchers to nifi-web-ui web.xml and removed unnecessary code from AccessResource.
This closes #2908
2018-08-01 12:10:14 -04:00
Matthew Burgess
9742dd2fac
NIFI-5471: Push table aliasing to DatabaseAdapter impls
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2926 .
2018-07-31 10:14:27 +02:00
uday
e97ae921f7
NIFI-5342 CaptureChangeMySQL didn't escape database name
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2923
2018-07-30 19:04:19 -04:00
zenfenan
44face10bf
NIFI-5450: Added ENDPOINT_OVERRIDE to AWS SQS processors
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2924 .
2018-07-30 23:28:46 +02:00
Matthew Burgess
473221368c
NIFI-5420: Allow StandardProcessSession to calculate duration for provenance events
...
This closes #2886 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-07-27 09:13:50 -04:00
Mike Thomsen
b1f78d58a6
NIFI-5440 Added db and collection attributes to GetMongo output.
...
This closes #2906
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-07-26 23:34:12 +05:30
Jan Hentschel
610cbb66b2
NIFI-5418 Removed duplicated jackson-databind dependency from nifi-framework-cluster
...
This closes #2885
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-07-26 23:20:13 +05:30
Corey Fritz
4baf35db5b
NIFI-5083: enabled EL support for processor configuration of Kafka consumer `group.id` property
...
Signed-off-by: zenfenan <zenfenan@apache.org>
2018-07-26 22:04:49 +05:30
Matthew Burgess
692943f016
NIFI-5454: Added EL support and copy.index attribute to DuplicateFlowFile
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2917 .
2018-07-26 14:13:14 +02:00
Andy LoPresto
0ad30e188f
NIFI-5451 Added test resources for 128 bit encryption.
...
Fixed unit test to perform properly without JCE unlimited strength policy installed.
This closes #2916 .
Signed-off-by: Mike Moser <mosermw@apache.org>
2018-07-25 15:21:13 +00:00
Mike Thomsen
78d908bc0e
NIFI-5412 Added additional documentation for PutMongo.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2895
2018-07-23 09:11:59 -04:00
Mike Thomsen
c3cad2b38b
NIFI-5410 Added additional documentation for GetMongo.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2880
2018-07-23 08:55:36 -04:00
Mike Thomsen
d139b28564
NIFI-5409 Added additional documentation for DeleteMongo.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2879
2018-07-23 08:52:57 -04:00
Jeff Storck
46ce7aaa32
NIFI-5341 Enabled groovy tests in nifi-runtime
...
Fixed tests in NiFiGroovyTest in the nifi-runtime module
Updated NiFi.createBootstrapClassLoader to log a warning if lib/bootstrap does not exist rather than throwing a FileNotFoundException, since it already catches MalformedUrlException if there's an issue adding one of the bootstrap JARs to the bootstrap classpath
Explicitly handling InvocationTargetException in NiFi.initializeProperties to unwrap the cause and rewrap as an IllegalArgumentException to propogate the real cause of the underlying exception thrown by NiFiPropertiesLoader
This closes #2821 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2018-07-18 11:35:55 -07:00
Joe Gresock
66783c18b2
NIFI-5427: Updating ScrollElasticsearchHttp to use POST, supporting ES6
...
This closes #2890
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-07-18 13:50:53 -04:00
Mike Moser
4e09a03f86
NIFI-5196 Fixed JMS connection leak when uncaught exceptions happen
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2904 .
2018-07-18 11:27:51 +02:00
Mike Thomsen
461eca0d14
NIFI-5305 If EL evaluation creates an empty string for the database or collection names, it raises a ProcessException which triggers failure behavior.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2891 .
2018-07-18 11:07:31 +02:00
Pierre Villard
d126743d93
NIFI-5437 - Yield in ExecuteScript when catching ScriptException
...
This closes #2903
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-07-17 19:58:33 -04:00
Koji Kawamura
8b9d446118
NIFI-54096: Consolidating new model into existing List processors.
...
Adding followings:
- Use separate DistributedMapCache for tracking entities to avoid
conflict with existing code
- Added more validation
- Delete listed entities from cache if reset is needed
- Support Local scope
- Added Initial Listing Target
This closes #2876 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-07-17 13:59:57 -04:00
Otto Fowler
0a493bf7fd
NIFI-5432 Add Syslog Record Reader legacy Syslog
...
- Add additional details for schema
This closes #2900 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-07-17 13:40:47 -04:00
Otto Fowler
b10220439c
NIFI-5337 Syslog 5424 Record Reader and nifi-syslog-utils
...
- Create nifi-syslog-utils to move syslog parsing functionalty to a central location shared by the processors and serialization/record system.
- Refactor Processors to use these utils
- Update 5424 syslog classes using simple-syslog-5424 to pick up new changes to support this work, as well as keep dependencies/types from bleeding out to the
processors or readers
- Refactor Syslog5424Event and Parser
- Create Syslog5424RecordReader
- per review, handle blank message differently from eof
- name schema per review
This closes #2816 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-07-16 11:50:55 -04:00
Damian Czaja
ec7f131602
NIFI-4889: Logout not working properly with OIDC
...
- Redirect user agent to end session endpoint on the OIDC provider
- This closes #2830
2018-07-16 10:14:31 -04:00
Marco Gaido
31bb89514c
NIFI-5426: Use NIO.2 API for ListFile
2018-07-13 13:54:27 -04:00
Andy LoPresto
ffbff42421
NIFI-5415 Renamed ListenSyslogGroovyTest to ITListenSyslogGroovy.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2883
2018-07-13 09:57:50 -04:00
patricker
0dd4a91a67
NIFI-5312 QueryDatabaseTable updates state when an SQLException is thrown
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2868
2018-07-10 19:03:14 -04:00
patricker
e13602f752
NIFI-4279 PutDatabaseRecord and ConvertJSONToSQL stream has already been closed error on Oracle
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2874
2018-07-10 15:30:07 -04:00
patricker
624bbab8f0
NIFI-5382 ConvertRecord Add Option To Drop 0 Record Files
...
NIFI-5382 ConvertRecord Add Option To Drop 0 Record Files
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2853
2018-07-10 12:56:53 -04:00
Koji Kawamura
e94f0757db
NIFI-4654: Support reporting RAS S2S lineage to Atlas
...
- Added 's2s.port.id' FlowFile attribute to track target remote Port id
- Use 's2s.port.id' to analyze RAW S2S provenance events
- This closes #2863
2018-07-10 11:44:00 -04:00
Mark Bean
b279624398
NIFI-5368 controller services validated prior to enabling; referenced controller services must be enabled for referencing component to be valid (mock framework)
...
This closes #2873 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-07-10 11:23:40 -04:00
Mark Payne
35bfc93901
NIFI-5377: Addressed issue of infinite recursion when enabling/disabling controller services if there is a recursive loop (i.e., Service A references Service B references Service A). This closes #2847
...
Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
2018-07-10 09:57:13 -04:00
Mark Bean
0d07bc4951
NIFI-5377 prevent infinite loop if a controller service circular reference exists
2018-07-10 09:57:13 -04:00
Andy LoPresto
3ef8b4ab8d
NIFI-5370 removed custom hostname verifier implementation from OkHttpReplicationClient (default handles wildcard certs).
...
This closes #2869 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-07-10 08:45:33 -04:00
Andy LoPresto
275789f8ca
NIFI-5401 Improved logging for node identity loading.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2871 .
2018-07-10 09:51:52 +02:00
patricker
19636978f9
NIFI-5355 ResizeImage Fails to read PNG type on some OS's
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2854 .
2018-07-10 09:35:30 +02:00
Andy LoPresto
f60585a9b6
NIFI-5376 Removed deprecation warnings.
...
Updated Javadoc for SiteToSiteClient#createTransaction() and HttpClient implementation.
Reverted exception listing in method contract for SiteToSiteClient#createTransaction and HttpClient tion of same.
Reverted import ordering in TestSiteToSiteClient.
Reverted exception listing in TestGetHDFSFileInfo, TestListHDFS, and StandardHttpFlowFileServerProtocol.
Restored @SuppressWarnings annotation and removed unnecessary "public static" keywords from inner classes in SiteToSiteClient.
This closes #2841 .
Signed-off-by: Joe Witt <joewitt@apache.org>
2018-07-09 20:45:34 -07:00
patricker
3826536546
NIFI-1251 ExecuteSQL Max Rows and Output Batching
...
NIFI-1251: Fixed doc and checkstyle issues
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2834
2018-07-09 13:36:45 -04:00
Mike Thomsen
12e384b4be
NIFI-5389 Added additional documentation for JsonQueryElasticsearch.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2864
2018-07-09 12:24:02 -04:00
Mark Payne
1e75f8c789
NIFI-5394: Ensure that we wait for service to be fully enabled when enabling a group, before moving on to the next in the list
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2867
2018-07-09 12:15:23 -04:00
Mike Thomsen
0ff8518068
NIFI-5390 Added more documentation for DeleteByQueryElasticsearch.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2865
2018-07-09 11:51:15 -04:00
Mike Thomsen
a3a2cbcfc1
NIFI-5391 Removed two unused dependencies from nifi-elasticsearch-restapi-processors.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2862
2018-07-09 11:40:29 -04:00
Jan Hentschel
46014bc962
NIFI-1305 Extended JavaDoc on DistributedMapCacheClient.getAndPutIfAbsent
...
This closes #2857
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-07-08 07:23:19 -04:00
patricker
d50e3f1747
NIFI-5384 FlowFile's queued in batches should all have the same Queue time
...
This closes #2849
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-07-07 07:56:53 -04:00