abhinavrohatgi30
e3f4720797
NIFI-4035 - Adding PutSolrRecord Processor that reads NiFi records and indexes them into Solr as SolrDocuments
...
Adding Test Cases for PutSolrRecord Processor
Adding PutSolrRecord Processor in the list of Processors
Resolving checkstyle errors
Resolving checkstyle errors in test classes
Adding License information and additional information about the processor
1. Implementing Batch Indexing 2. Changes for nested records 3. Removing MockRecordParser
Fixing bugs with nested records
Updating version of dependencies
Setting Expression Language Scope
This closes #2561 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2018-04-24 10:50:40 -04:00
patricker
0390c0f196
NIFI-4561 ExecuteSQL returns no FlowFile for some queries
...
This closes #2243
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-24 10:27:44 -04:00
Mike Thomsen
5ca6261de0
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nifi
2018-04-23 15:39:20 -04:00
Otto Fowler
45bc1f1b4f
NIFI-3576 Support for QueryInfo relationship, can be used to track no-hits
...
Squashed commit includes related commit from GitHub user wietze.
This closes #2601
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-23 15:38:27 -04:00
Mark Payne
0e736f59fd
NIFI-4185: Minor tweaks to XML Record Reader, around documentation and error handling
...
This closes #2587 .
2018-04-23 14:41:17 -04:00
JohannesDaniel
d21bd3870b
NIFI-4185: Add XML Record Reader
2018-04-23 14:39:18 -04:00
Koji Kawamura
8e4aa6bf22
NIFI-5075: Do not execute Funnels with no outgoing connections
...
- Added dedicated conditions for Funnels
- Fixed stale Javadoc
- Stopped caching hasNonLoopConnection variable
- Grouped some conditions to isSourceComponent variable for better
readability
This closes #2634 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-23 10:37:22 -04:00
Pierre Villard
2799211946
NIFI-5099 - Update flow differences when updating a connection
...
This closes #2649
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-23 07:08:00 -04:00
Matthew Burgess
ba32879ec8
NIFI-5082: Added support for custom Oracle timestamp types to Avro conversion
...
This closes #2638
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-22 19:59:48 -04:00
JohannesDaniel
8b6539e3c7
Added provenance reporting
...
This closes #2650
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-22 15:58:06 -04:00
Mark Payne
54eb6bc232
NIFI-5096: Periodically poll ZooKeeper to determine the leader for each registered role in Leader Election. This avoids a condition whereby a node may occasionally fail to receive notification that it is no longer the elected leader.
...
NIFI-5096: More proactively setting leadership to false when ZooKeeper/Curator ConnectionState changes
This closes #2646
2018-04-20 16:51:02 -04:00
Pierre Villard
262bf011e4
NIFI-5078 - added source/destination connection info in S2SStatusRT
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2632
2018-04-20 11:50:06 -04:00
Koji Kawamura
c575a98936
NIFI-5095: Suppress SET property parse failure at Hive processors
...
Log debug message when ParseException is thrown.
Log warning message if other unknown Exception is thrown.
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2645
2018-04-20 11:24:02 -04:00
zenfenan
1dbfcb9445
NIFI-5062: Removed hbase-client dependecy from hbase bundle
...
This closes #2636
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-20 08:50:25 -04:00
Alex Moundalexis
af12923da4
NIFI-5097 This closes #2647 . add client-side HTTP redirect to error index.jsp
...
Existing web error index page suggests user may have meant /nifi/ and crafts a contextPath link, may as well redirect them automatically. Non-human (i.e. curl/wget) can still retrieve the original source without being redirected.
Signed-off-by: joewitt <joewitt@apache.org>
2018-04-19 15:01:33 -04:00
Matthew Burgess
090e748726
NIFI-4647: Fix support for strings in unions for ConvertAvroToORC
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2644 .
2018-04-19 09:49:32 +02:00
JohannesDaniel
aa196bc01f
NIFI-4516 Added QuerySolr after rebase
...
This closes #2517
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-18 17:47:04 -04:00
Joe Percivall
a0c9bebe24
NIFI-5085 In InvokeHttp, moving the OkHttp Response object to a try with resources
2018-04-18 13:18:30 -04:00
patricker
82ac815536
NIFI-1706: Extend QueryDatabaseTable to support arbitrary queries
...
- Only include Maximum Value columns in the type map.
- Squashed commits in the previous PR
- Rebased against the latest master
- Added stop method to GenerateTableFetch so that it refreshes the
column type map when it gets restarted
- Fixed whitespacing around if/for statement
- Updated expressionLanguageSupported value since it is not auto-merged
correctly
This closes #2618 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-04-13 16:30:13 +09:00
Matt Gilman
b7272e3f32
NIFI-4997:
...
- Fixing process group audit advice.
- Setting spring security user in background threads.
- Removing unnecessary overloaded methods.
This closes #2626 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-11 16:18:36 -04:00
Pierre Villard
6fbe1515ee
NIFI-4809 - Implement a SiteToSiteMetricsReportingTask
...
Fixed dependency issue by providing a local JSON reader
Rebased + fixed conflict + updated versions in pom + EL scope
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2575
2018-04-11 14:44:30 -04:00
mans2singh
4366c67b27
NIFI-4927 - InfluxDB Query Processor
...
This closes #2562
Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
2018-04-11 06:58:07 -04:00
Matthew Burgess
b29304df79
NIFI-4857: Support String<->byte[] conversion for records
...
This closes #2570 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-09 14:53:21 -04:00
Matthew Burgess
ae1d3e3945
NIFI-4862: Keep incoming flowfile attributes in outgoing flowfiles from SelectHiveQL
...
This closes #2605 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2018-04-09 12:31:05 +09:00
joewitt
59f625d3c2
Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process
2018-04-06 16:48:08 -07:00
Vi On
b414132324
NIFI-5050 update frontend-maven-plugin
...
This closes #2613
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-06 16:07:25 -04:00
Mike Thomsen
63d4bba5a4
NIFI-5047 Fixed a bug in PutMongo that prevented it from working if the mode is insert and the query/query key are not set.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2609 .
2018-04-06 21:36:30 +02:00
Andrew Lim
8e10f0bd54
NIFI-5048 Corrected typo in KeytabCredentialsService controller service description
...
This closes #2612
Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2018-04-06 15:17:03 -04:00
Pierre Villard
7cc77937d8
NIFI-4149 - fixed contrib-check errors
2018-04-06 20:38:04 +02:00
Mark Payne
644133dc35
NIFI-4149: Minor tweaks to verbiage
...
This closes #2205 .
2018-04-06 12:42:38 -04:00
Pierre Villard
4c787799ff
NIFI-4149 - Indicate if EL is evaluated against FFs or not
...
- take into account input requirement for documentation rendering
- Renamed variable registry scope and added comments
- Doc + change in mock framework to check scope + update of components + UI
2018-04-06 12:40:54 -04:00
Matthew Burgess
7ff38f690d
NIFI-5045: Fixed error code handling in PutHiveQL. This closes #2608
2018-04-05 16:03:42 -04:00
Marco Gaido
c119547222
NIFI-5043: TailFile in Multifile mode should not open new readers in onTrigger
...
This closes #2606 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-05 13:53:01 -04:00
Mike Moser
dc9b4cb516
NIFI-3599 Allow back pressure object count and data size to be configurable in nifi.properties. This closes #2497
2018-04-05 13:50:16 -04:00
Koji Kawamura
1913b1e2a8
NIFI-4932: Enable S2S work behind a Reverse Proxy
...
Adding S2S endpoint Reverse Proxy mapping capability.
Added license header to SVG files.
Incorporated review comments.
Use regex to check property key processing.
Catch AttributeExpressionLanguageParsingException.
This closes #2510
2018-04-03 15:40:28 -04:00
joewitt
d511fe3e4b
NIFI-4995-RC3 prepare for next development iteration
2018-04-03 08:28:34 -07:00
joewitt
f8466cb16d
NIFI-4995-RC3 prepare release nifi-1.6.0-RC3
2018-04-03 08:28:15 -07:00
Matt Gilman
364985fb41
NIFI-5034:
...
- Processing properties and property descriptors in Controller Service referencing components unconditionally.
This closes #2602 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-03 10:34:33 -04:00
Matt Gilman
924c935a38
NIFI-5034:
...
- Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc.
2018-04-03 10:34:33 -04:00
patricker
2279fad673
NIFI-5037 - ConsumeEWS Fails to Read Emtpy Message Body Emails
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2603 .
2018-04-03 14:38:38 +02:00
Mark Bean
c59b6fdf66
NIFI-4658 set Maximum Number of Entries to required and allow FlowFiles having fragment.count greater than Max Entries property
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #2559
2018-04-02 20:42:04 -04:00
Bryan Bende
b7e1f48133
NIFI-5035 Moving MongoDB services out of standard services
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #2599
2018-04-02 12:18:27 -04:00
Mark Payne
94d444abb0
NIFI-4883: Updated ValidateRecord to allow an optional Record Writer to be configured for invalid records that differs from the Record Writer used for writing valid records
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2600 .
2018-04-02 18:16:40 +02:00
Matt Gilman
bbe79d2260
NIFI-5033:
...
- Ensuring appropriate response in checkAuthorization when user is null.
- Ensuring the user reference is passed down when applying variable changes.
This closes #2598 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-04-02 10:35:04 -04:00
Bryan Bende
134339c4b7
NIFI-5021 Moving nifi-elasticsearch-client-service-api to nifi-elasticsearch-bundle and creating NAR for the API
...
This closes #2586 .
2018-04-02 09:49:05 -04:00
Arun A K
5d90d14f17
NIFI-5017 - ConvertExcelToCSVProcessor - EL support for rows and columns to skip
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2597 .
2018-03-30 11:45:48 +02:00
Matt Gilman
c4dcde837e
NIFI-5032: This closes #2596 .
...
- Overriding version ranges of transitive dependencies through oauth2-oidc-sdk.
Signed-off-by: joewitt <joewitt@apache.org>
2018-03-29 12:21:40 -04:00
Mark Payne
bbbe428e7b
NIFI-5030: If ControlRate encounters a FlowFile that cannot be transferred, it should continue processing other FlowFiles that have different group attribute values
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #2593 .
2018-03-29 10:31:15 +02:00
Scott Aslan
c1459825bb
[NIFI-4998] update node and npm version
...
This closes #2571
2018-03-28 16:49:32 -04:00
Mark Payne
641ba29cc8
NIFI-4993: Accept null user at querying ProvenanceRepository
...
Pass null user from ReportLineageToAtlas.
Address NullPointer dereferences
This closes #2589 .
Signed-off-by: Mark Payne <markap14@hotmail.com>
2018-03-28 12:15:05 -04:00