[2/2] nifi git commit: NIFI-4809 - Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread mattyb149
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 This closes #2575 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http

[1/2] nifi git commit: NIFI-4809 - Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master ce0855e98 -> 6fbe1515e http://git-wip-us.apache.org/repos/asf/nifi/blob/6fbe1515/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/src/main/java/org/apache/nifi/reporting/SiteToSiteMetricsReportingTask.java

nifi git commit: NIFI-5085 In InvokeHttp, moving the OkHttp Response object to a try with resources

2018-04-18 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 6d804ee1f -> a0c9bebe2 NIFI-5085 In InvokeHttp, moving the OkHttp Response object to a try with resources Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a0c9bebe Tree: h

nifi git commit: NIFI-5095: Suppress SET property parse failure at Hive processors

2018-04-20 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 1dbfcb944 -> c575a9893 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 This close

nifi git commit: NIFI-5078 - added source/destination connection info in S2SStatusRT

2018-04-20 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c575a9893 -> 262bf011e NIFI-5078 - added source/destination connection info in S2SStatusRT Signed-off-by: Matthew Burgess This closes #2632 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/re

nifi git commit: NIFI-5092 - Removed local state management for S2S Bulletins RT

2018-04-25 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master af2513adf -> 23937835f NIFI-5092 - Removed local state management for S2S Bulletins RT Signed-off-by: Matthew Burgess This closes #2643 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/

nifi git commit: NIFI-5090: Create move target dir dynamically at FetchFTP and FetchSFTP

2018-04-27 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 159b64b4c -> 6e8b1c8f7 NIFI-5090: Create move target dir dynamically at FetchFTP and FetchSFTP Support creating target parent directories even if directory listing is disabled. fixed typo in doc Signed-off-by: Matthew Burgess This close

nifi git commit: NIFI-2060 - fixed unit tests to be compatible with 2.7.x

2016-08-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 372a316de -> 8c011d91e NIFI-2060 - fixed unit tests to be compatible with 2.7.x This closes #547 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8c011d91 Tree: http://git

nifi git commit: NIFI-4479 Added DeleteMongo processor.

2017-12-14 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 5b2e2afc1 -> 15eeb2211 NIFI-4479 Added DeleteMongo processor. Signed-off-by: Matthew Burgess This closes #2295 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/15eeb221

nifi git commit: NIFI-4702: When we check the next line for matches in Grok Reader, store the Map that is returned so that we don't have to re-evaluate the regexes the next time that nextRecord() is c

2017-12-18 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f50a07ec8 -> 406db4867 NIFI-4702: When we check the next line for matches in Grok Reader, store the Map that is returned so that we don't have to re-evaluate the regexes the next time that nextRecord() is called Signed-off-by: Matthew Burg

nifi git commit: NIFI-4717: Several minor bug fixes and performance improvements around record-oriented processors

2017-12-29 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c59a96762 -> c91d99884 NIFI-4717: Several minor bug fixes and performance improvements around record-oriented processors Signed-off-by: Matthew Burgess This closes #2359 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[1/4] nifi git commit: NIFI-4707: Build full component map for ID -> Name association in provenance reporting"

2018-01-02 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master b7c9c88f9 -> 84cecfbee NIFI-4707: Build full component map for ID -> Name association in provenance reporting" NIFI-4707: Add process group ID/name to S2SProvReportingTask records NIFI-4707: Added support for filtering provenance on proces

[4/4] nifi git commit: NIFI-4707: Fixed ProcessGroup tree

2018-01-02 Thread mattyb149
NIFI-4707: Fixed ProcessGroup tree - Removed duplicated creation of a ParentProcessGroupSearchNode for the root ProcessGroup. - Removed duplicated creation of a ParentProcessGroupSearchNode for each component inside a ProcessGroup. - Fixed ProcessGroup id hierarchy. - Fixed filtering logic. - Adde

[2/4] nifi git commit: NIFI-4707: Improved S2SProvenanceReportingTask

2018-01-02 Thread mattyb149
NIFI-4707: Improved S2SProvenanceReportingTask - Simplified consumeEvents method signature - Refactored ComponentMapHolder methods visibility - Renamed componentMap to componentNameMap - Map more metadata from ConnectionStatus for Remote Input/Output Ports - Support Process Group hierachy filterin

[3/4] nifi git commit: NIFI-4707: Changed process group parent stack to tree

2018-01-02 Thread mattyb149
NIFI-4707: Changed process group parent stack to tree Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/97dc20e2 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/97dc20e2 Diff: http://git-wip-us.apache.org/repos/asf/nifi/dif

nifi git commit: NIFI-4649 Added FlattenJson processor.

2018-01-05 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 89fb1b37d -> d9866c75e NIFI-4649 Added FlattenJson processor. Signed-off-by: Matthew Burgess This closes #2307 Replaced star imports, removed unused import Added explanation for invalid Expression Project: http://git-wip-us.apache.org/

[nifi] branch master updated: NIFI-6723: Enrich processor-related and JVM GC metrics in Prometheus Reporting Task

2019-10-03 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new d7ca37d NIFI-6723: Enrich processor-related

[nifi] branch master updated: NIFI-6753: Fixed bug where all values being provided to the CSV Writer were String objects, which resulted in the CSV Writer improperly quoting numeric values when the sc

2019-10-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new e394f66 NIFI-6753: Fixed bug where all values

[nifi] branch master updated: NIFI-6778 - Added rules engine service api and Easy Rules Implementation

2019-10-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 7c9d34f NIFI-6778 - Added rules engine

[nifi] branch master updated: NIFI-6801 - fix to ensure unique model instance is created for each connection. Also increased default query interval.

2019-10-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 1473652 NIFI-6801 - fix to ensure unique

[nifi] branch master updated: NIFI-6803 - Initial commit for ActionHandler Controller Services

2019-11-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 5b28f6d NIFI-6803 - Initial commit for

[nifi] branch master updated: NIFI-6775 Added fix to support Oracle Float type conversion to Avro

2019-11-05 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 7ac4157 NIFI-6775 Added fix to support Oracle

[nifi] branch master updated: NIFI-6771 : Added fix to support Oracle Binary float and Binary double conversion to Avro type

2019-11-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new e3f72c5 NIFI-6771 : Added fix to support

[nifi] branch master updated: NIFI-6842 - Introduce MetricsEventReportingTask

2019-11-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new c998a72 NIFI-6842 - Introduce

[nifi] branch master updated: NIFI-6854 - Added option to ignore condition errors in rules. Test correction

2019-11-08 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new a37b57e NIFI-6854 - Added option to ignore

[nifi] branch master updated: NIFI-5970 Handle multiple input FlowFiles at Put.initConnection

2019-11-19 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new b3880a4 NIFI-5970 Handle multiple input

[nifi] branch master updated: NIFI-6855 - added action type enforcement option for handlers

2019-11-20 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git View the commit online: https://github.com/apache/nifi/commit/18245a4441406d7e4295997cba4369a27834dafd The following commit

[nifi] branch master updated: NIFI-6885: - Fixed bug when calling logUnbuildableDestination with "jms_destination" instead of actual destination name value

2019-11-21 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new ae2b3d6 NIFI-6885: - Fixed bug when calling

[nifi] branch master updated: NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries

2019-11-22 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 5cfc68d NIFI-6896 Standardize hadoop.version

[nifi] branch master updated: NIFI-6890 Support configuring rules in controller service configuration

2019-11-22 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 5813048 NIFI-6890 Support configuring rules

[nifi] branch master updated: NIFI-6917 - fix doc for dynamic properties variables support in JMS Connection Factory Provider

2019-12-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 41fef55 NIFI-6917 - fix doc for dynamic

[nifi] branch master updated: NIFI-6919: Added relationship attribute to DistributeLoad

2020-01-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 421bfdd NIFI-6919: Added relationship

[nifi] branch master updated: NIFI-7106 - Add parent name and parent path in SiteToSiteStatusReportingTask

2020-02-10 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 58bcd6c NIFI-7106 - Add parent name and

[nifi] branch master updated: NIFI-4792: Add support for querying array fields in QueryRecord

2020-02-11 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 5e964fb NIFI-4792: Add support for querying

[nifi] branch master updated: NIFI-7109 Unit tests should be able to determine if item validator was called - Create a mock Validator to track count of calls to validate(). We cannot use Mockito for t

2020-02-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 6e8f10c NIFI-7109 Unit tests should be able

[nifi] branch master updated: NIFI-7007: Add update functionality to the PutCassandraRecord processor.

2020-02-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 9848eb4 NIFI-7007: Add update functionality

[nifi] branch master updated: NIFI-5924 Labels should be searchable

2020-02-24 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new acaf321 NIFI-5924 Labels should be searchable

[nifi] branch master updated: NIFI-7163 - added RulesEngine and RulesEngineProvider interfaces, enhanced easy rules to support provider interface and refactored to extract rules engine implementation

2020-02-25 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new abf223d NIFI-7163 - added RulesEngine and

[nifi] branch master updated: NIFI-7139 Add record.error.message on failure of a record reader or writer

2020-02-26 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 0bb8ce7 NIFI-7139 Add record.error.message on

[nifi] branch master updated: NIFI-7025: Wrap Hive 3 calls with UGI.doAs Updated PutHive3Streaming to wrap calls to Hive in UGI.doAs methods Fixed misleading logging message after the principal has be

2020-03-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 4b6de8d NIFI-7025: Wrap Hive 3 calls with

[nifi] branch master updated: NIFI-7055 handle empty split evaluations, which contain only ,

2020-03-04 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new f1c6e92 NIFI-7055 handle empty split

[nifi] branch master updated: NIFI-7210 - added PG path in bulletins for S2S Bulletin RT

2020-03-09 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 12c8402 NIFI-7210 - added PG path in

[11/19] nifi git commit: NIFI-1280 Create FilterCSVColumns Processor.

2017-04-11 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/4d5872a3/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestFilterCSVColumns/US500.csv -- diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-

[06/19] nifi git commit: NIFI-1280: Refactoring to make more generic so that other data types can be supported; created InputStreams to content on-demand so that multiple passes can be made over FlowF

2017-04-11 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/a88d3bfa/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestFilterCSVColumns/US500_typeless.csv -- diff --git a/nifi-nar-bundles/nifi-standard-bun

[10/19] nifi git commit: NIFI-1280 Create FilterCSVColumns Processor.

2017-04-11 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/4d5872a3/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestFilterCSVColumns/US500_typeless.csv -- diff --git a/nifi-nar-bundles/nifi-standard-bun

nifi git commit: NIFI-3708 - removed typo from character escape regex

2017-04-14 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master deed25656 -> 5f73ba7f2 NIFI-3708 - removed typo from character escape regex Signed-off-by: Matt Burgess This closes #1674 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commi

nifi git commit: NIFI-3658: Created processor for converting records between data formats with like schemas

2017-04-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 7e7f9a5de -> b93cf7bbd NIFI-3658: Created processor for converting records between data formats with like schemas Signed-off-by: Matt Burgess NIFI-3658: Incorporated PR review feedback; added counter; clarified documentation Signed-off-

nifi git commit: NIFI-3718: Fixed TestAvroRecordReader to handle timezone differences

2017-04-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master b93cf7bbd -> 141334c3c NIFI-3718: Fixed TestAvroRecordReader to handle timezone differences This closes #1683 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/141334c3 Tre

nifi git commit: NIFI-2661 - Abstract the GeoEnrichIP processor NIFI-2661 - Add accuracy radius to GeoEnrichIP NIFI-2661 - Introduce ISPEnrichIP Processor

2017-04-26 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 4303e4742 -> 5cacc52cf NIFI-2661 - Abstract the GeoEnrichIP processor NIFI-2661 - Add accuracy radius to GeoEnrichIP NIFI-2661 - Introduce ISPEnrichIP Processor Signed-off-by: Matt Burgess NIFI-2661 - Addresses PR comments Signed-off-by:

[2/5] nifi git commit: NIFI-3415: Add Rollback on Failure.

2017-04-27 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/d9acdb54/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java -- diff --git a/nifi-nar-bundles/nif

[5/5] nifi git commit: NIFI-3415: Add Rollback on Failure.

2017-04-27 Thread mattyb149
NIFI-3415: Add Rollback on Failure. - Added org.apache.nifi.processor.util.pattern package in nifi-processor-utils containing reusable functions to mix-in 'Rollback on Failure' capability. - Created a process pattern classes, Put and PutGroup. It will be helpful to standardize Processor implemen

[3/5] nifi git commit: NIFI-3415: Add Rollback on Failure.

2017-04-27 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/d9acdb54/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/test/java/org/apache/nifi/processors/hive/TestPutHiveStreaming.java -- diff --git a/nifi-nar-bundles/nifi-hive-bu

[4/5] nifi git commit: NIFI-3415: Add Rollback on Failure.

2017-04-27 Thread mattyb149
http://git-wip-us.apache.org/repos/asf/nifi/blob/d9acdb54/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/PutHiveQL.java -- diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-h

[1/5] nifi git commit: NIFI-3415: Add Rollback on Failure.

2017-04-27 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master a1bffbcc8 -> d9acdb54b http://git-wip-us.apache.org/repos/asf/nifi/blob/d9acdb54/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java

nifi git commit: NIFI-3651 - Add logo to README.md

2017-05-02 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master cca5c4209 -> eb12b932a NIFI-3651 - Add logo to README.md Signed-off-by: Matt Burgess This closes #1721 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/eb12b932 Tree: ht

nifi git commit: NIFI-3726 - Introduces CompareFuzzyHash processor

2017-05-03 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 960ef9142 -> 54d47c7f7 NIFI-3726 - Introduces CompareFuzzyHash processor - Abstract FuzzyhashContent to reduce a bit of code duplication NIFI-3726 - Attempt to address peer review comments NIFI-3726 - Addresses additi

nifi git commit: NIFI-3718: Fixed timezone issue in TestAvroReaderWithEmbeddedSchema

2017-05-03 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master e723a2c5c -> b7c15c360 NIFI-3718: Fixed timezone issue in TestAvroReaderWithEmbeddedSchema This closes #1738 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b7c15c36 Tree

nifi git commit: NIFI-3600 Improve logging and relationship routing for failures in DeleteHDFS

2017-05-05 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f0dfcc180 -> 5f65b2561 NIFI-3600 Improve logging and relationship routing for failures in DeleteHDFS realized that the session should be cloned here because its inside a for loop and the original flow file would be transferred but not be th

[1/2] nifi git commit: NIFI-5686: Updated StandardProcessScheduler so that if it fails to schedule a Reporting Task, it re-schedules the @OnScheduled task instead of looping and calling Thread.sleep.

2018-10-15 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 218063a0b -> 32db43b30 http://git-wip-us.apache.org/repos/asf/nifi/blob/32db43b3/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/scheduling/TestProcessorLifecycle.java ---

[2/2] nifi git commit: NIFI-5686: Updated StandardProcessScheduler so that if it fails to schedule a Reporting Task, it re-schedules the @OnScheduled task instead of looping and calling Thread.sleep.

2018-10-15 Thread mattyb149
NIFI-5686: Updated StandardProcessScheduler so that if it fails to schedule a Reporting Task, it re-schedules the @OnScheduled task instead of looping and calling Thread.sleep. As it was, the single-threaded Process Scheduler was, when calling ProcessScheduler.unschedule(), the unschedule task w

nifi git commit: NIFI-5708 Fixing the creation of ValidationContextFactory for controller services so it uses the ComponentVariableRegistry and not the file-based instance

2018-10-16 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 4d21f9b34 -> 51ed618cf NIFI-5708 Fixing the creation of ValidationContextFactory for controller services so it uses the ComponentVariableRegistry and not the file-based instance Signed-off-by: Matthew Burgess This closes #3081 Project:

nifi git commit: NIFI-5736: Removed 'synchronized' keyword from SwappablePriorityQueue#getProperties - the method should not be synchronized, as it guards access to member variables via a ReadLock. I

2018-10-22 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 08c54bc48 -> 5561c29ed NIFI-5736: Removed 'synchronized' keyword from SwappablePriorityQueue#getProperties - the method should not be synchronized, as it guards access to member variables via a ReadLock. I am guessing that the synchronized

nifi git commit: NIFI-5525 - CSVRecordReader fails with StringIndexOutOfBoundsException when field is a double quote

2018-10-22 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 4fe7cb33e -> c6106d1d8 NIFI-5525 - CSVRecordReader fails with StringIndexOutOfBoundsException when field is a double quote review Signed-off-by: Matthew Burgess This closes #3092 Project: http://git-wip-us.apache.org/repos/asf/nifi/rep

nifi git commit: NIFI-5727: Added replace unnecessary row count with -1 stub value when paging is used

2018-10-23 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master e45584d0f -> c8928ce35 NIFI-5727: Added replace unnecessary row count with -1 stub value when paging is used Signed-off-by: Matthew Burgess This closes #3094 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-w

nifi git commit: NIFI-5740 Ensuring permissions are restored after test completes in TestFetchFile

2018-10-23 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c8928ce35 -> 10479a5a2 NIFI-5740 Ensuring permissions are restored after test completes in TestFetchFile Signed-off-by: Matthew Burgess This closes #3104 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-u

nifi git commit: NIFI-5714 - Hive[3]ConnectionPool - Kerberos Authentication issue/misleading

2018-10-24 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master d28b1172d -> 2201f7746 NIFI-5714 - Hive[3]ConnectionPool - Kerberos Authentication issue/misleading add @Ignore on unit test... Signed-off-by: Matthew Burgess This closes #3086 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo C

nifi git commit: NIFI-5781 - Incorrect schema for provenance events in SiteToSiteProvenanceReportingTask

2018-11-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f0a7dda84 -> bcfd6f0b1 NIFI-5781 - Incorrect schema for provenance events in SiteToSiteProvenanceReportingTask Signed-off-by: Matthew Burgess This closes #3123 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git

nifi git commit: NIFI-5770 Fix Memory Leak in ExecuteScript on Jython

2018-11-01 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master bcfd6f0b1 -> 89295e52e NIFI-5770 Fix Memory Leak in ExecuteScript on Jython Moved module appending (aka classpath in python) into init stage instead of running each time onTrigger. Signed-off-by: Matthew Burgess This closes #3117 Proje

nifi git commit: NIFI-4130 Add lookup controller service in TransformXML to define XSLT from the UI

2018-11-14 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 9e7610ac7 -> 4112af013 NIFI-4130 Add lookup controller service in TransformXML to define XSLT from the UI addressed review comments Signed-off-by: Matthew Burgess This closes #1953 Project: http://git-wip-us.apache.org/repos/asf/nifi/r

nifi git commit: NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor

2018-11-15 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 13011ac6d -> d319a3ef2 NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor NIFI-5788: Introduce batch size limit in PutDatabaseRecord processor Renamed 'batch size' to 'Maximum Batch Size'. Changed default v

nifi git commit: NIFI-5843 added subjects to the error message when neither script body nor script text are provided

2018-11-28 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 455e3c1bc -> 98cdb50cc NIFI-5843 added subjects to the error message when neither script body nor script text are provided Signed-off-by: Matthew Burgess This closes #3186 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit

nifi git commit: NIFI-5891 fix handling of null logical types in Hive3Streaming processor

2018-12-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 9a1ab4c50 -> c51512f5e NIFI-5891 fix handling of null logical types in Hive3Streaming processor NIFI-5891: Fixed Checkstyle issues Signed-off-by: Matthew Burgess This closes #3216 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

nifi git commit: NIFI-4579: Fix ValidateRecord type coercing

2018-12-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c51512f5e -> 0efddf47d NIFI-4579: Fix ValidateRecord type coercing Signed-off-by: Matthew Burgess This closes #2794 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0efd

[nifi] branch master updated: NIFI-5854 Added skeleton logic to convert decimal time units. Added helper methods. Added unit tests.

2019-01-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new b59fa5a NIFI-5854 Added skeleton logic to

[nifi] branch master updated: NIFI-5879: Fixed bug in FileSystemRepository that can occur if an InputStream is obtained, then more data is written to the Content Claim - the InputStream would end befo

2019-01-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new cf41c10 NIFI-5879: Fixed bug in

[nifi] branch master updated: NIFI-5945 Add support for password login to kerberos code in nifi-security-utils

2019-01-10 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 2bbfb32 NIFI-5945 Add support for password

[nifi] branch master updated: NIFI-5951 Fix error logging with rollback on failure

2019-01-17 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 05de73d NIFI-5951 Fix error logging with

[nifi] branch master updated: NIFI-5974 fix: Fragment Attributes are populated in case no split has occured. Unit test is implemented: testNoSplitterInString

2019-01-30 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 8e77720 NIFI-5974 fix: Fragment Attributes

[nifi] branch master updated: NIFI-5867 - add thread() EL function to get thread name

2019-01-30 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 8a3d7a4 NIFI-5867 - add thread() EL function

[nifi] branch master updated: NIFI-5995 Updated ScriptedLookupService documentation to warn about Jython and removed Jython from the list of supported script engines for it because it's broken now.

2019-02-01 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new fef41b3 NIFI-5995 Updated

[nifi] branch master updated: NIFI-5983: handling parse problems in recordReader implementations

2019-02-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 24a7d48 NIFI-5983: handling parse problems in

[nifi] branch master updated: NIFI-5903: Allow RecordPath to be used in QueryRecord processor. Also some code cleanup and improvements to the docs

2019-02-12 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 82a0434 NIFI-5903: Allow RecordPath to be

[nifi] branch master updated: NIFI-5869 Support Reconnection for JMS

2019-02-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 3492313 NIFI-5869 Support Reconnection for

[nifi] branch master updated: NIFI-4975 Add GridFS processors NIFI-4975 Added changes requested in a code review. NIFI-4975 Reverted some base Mongo changes. NIFI-4975 Moved connection configuration t

2019-02-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 033b2a1 NIFI-4975 Add GridFS processors NIFI

[nifi] branch master updated: NIFI-4367 Fix on processor for permit deriving script classes from AbstractProcessor or other Records based base classes

2019-02-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 8a197e5 NIFI-4367 Fix on processor for permit

[nifi] branch master updated: NIFI-6000 Catch also IllegalArgumentException in ConvertAvroToORC hive processor. Added support for Avro null types.

2019-02-14 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new e598b30 NIFI-6000 Catch also

[nifi] branch master updated: NIFI-5172 Adding the ability to specify a record writer for PutElasticsearchHttpRecord in order to individually handle failed records

2019-02-25 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new cd7edb1 NIFI-5172 Adding the ability to

[nifi] branch master updated: Added tests for commons utilities StringUtils and FormatUtils These tests were written using Diffblue Cover.

2019-03-06 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 08a307c Added tests for commons utilities

[nifi] branch master updated: NIFI-6078: Create PostSlack processor

2019-03-07 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git The following commit(s) were added to refs/heads/master by this push: new 79e05c9 NIFI-6078: Create PostSlack processor

[nifi] 02/02: NIFI-6105: Fix handling of arrays of records/maps in record utilities

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit 2846d3c3c6e454f7960763bd69e36e879684a033 Author: Koji Kawamura AuthorDate: Wed Mar 13 14:34:16 2019 +0900 NIFI

[nifi] branch master updated (35d1cac -> 2846d3c)

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git. from 35d1cac Documentation : ConsumerKafka_2_0 - updated configuration details re… (#3360) new f91311d NIFI

[nifi] 01/02: NIFI-6105: Fix handling of arrays of records/maps in record utilities

2019-03-13 Thread mattyb149
This is an automated email from the ASF dual-hosted git repository. mattyb149 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nifi.git commit f91311da9d759fb5712ee8121d54d27a7deea236 Author: Matthew Burgess AuthorDate: Wed Mar 6 09:53:13 2019 -0500 NIFI

nifi git commit: NIFI-1596: ExecuteSQL Error Creating Schema

2016-03-07 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 19e53962c -> a7e6820fd NIFI-1596: ExecuteSQL Error Creating Schema Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a7e6820f Tree: http://git-wip-us.apache.org/repos/asf/ni

nifi git commit: NIFI-1534 removed SupportsBatching annotation from PutKafka

2016-03-08 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 6f5fb5947 -> 998ac1c83 NIFI-1534 removed SupportsBatching annotation from PutKafka Signed-off-by: Matt Burgess This closes #249 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi

nifi git commit: NIFI-1511 we now ensure groovy eclipse compiler is only used during testCompile goal

2016-03-11 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 1373bf672 -> f6705f234 NIFI-1511 we now ensure groovy eclipse compiler is only used during testCompile goal This closes #270 Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us

[1/2] nifi git commit: NIFI-1519 upgraded to the latest version of Spark 1.6.0

2016-03-15 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f22db218e -> 54670486b NIFI-1519 upgraded to the latest version of Spark 1.6.0 Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/3f295b13 Tree:

[2/2] nifi git commit: Whitespace fix for last commit (nifi-spark-receiver/pom.xml)

2016-03-15 Thread mattyb149
Whitespace fix for last commit (nifi-spark-receiver/pom.xml) This closes #231 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/54670486 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/54670486 Diff: http://git-wip-us.apac

nifi git commit: NIFI-1605 Adjust documentation and resources to reflect nifi.provenance.repository.rollover.time default

2016-03-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 138c71de8 -> b44b17703 NIFI-1605 Adjust documentation and resources to reflect nifi.provenance.repository.rollover.time default This closes #263 Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commi

nifi git commit: NIFI-1617 Add source filename metadata to IdentifyMimeType

2016-03-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 8f40d2b18 -> 3a4546c08 NIFI-1617 Add source filename metadata to IdentifyMimeType Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/3a4546c0 Tr

nifi git commit: NIFI-1562 ExecuteStreamCommand and ExecuteProcess now support empty command line arguments

2016-03-19 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master e7a254f78 -> e12e7a55b NIFI-1562 ExecuteStreamCommand and ExecuteProcess now support empty command line arguments This closes #247 Signed-off-by: Matt Burgess Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-

  1   2   3   4   5   6   7   8   9   >