nifi git commit: NIFI-4968: fix printing indefinite log errors

2018-03-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 9b098f323 -> 29c2e1883 NIFI-4968: fix printing indefinite log errors After first failure in customValidate, stop printing logs until any property is changed Signed-off-by: Matthew Burgess This closes #2537

nifi git commit: NIFI-4966 - JacksonCSVRecordReader - NPE with some CSV formats

2018-03-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 29c2e1883 -> c75604a56 NIFI-4966 - JacksonCSVRecordReader - NPE with some CSV formats Signed-off-by: Matthew Burgess This closes #2535 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4800 Expose the flattenMode as property in FlattenJSON processor

2018-03-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master d78d95ad6 -> 7aabb99bc NIFI-4800 Expose the flattenMode as property in FlattenJSON processor Signed-off-by: Pierre Villard This closes #2530. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3402 - Added etag support to InvokeHTTP

2018-03-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 7aabb99bc -> 6471f66ac NIFI-3402 - Added etag support to InvokeHTTP Signed-off-by: Pierre Villard This closes #2150. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4833 Add ScanHBase Processor - New processor for scanning HBase records based on verious params like range of rowkeys, range of timestamps. Supports result limit and reverse scan

2018-03-13 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 6471f66ac -> c2616e6fe NIFI-4833 Add ScanHBase Processor - New processor for scanning HBase records based on verious params like range of rowkeys, range of timestamps. Supports result limit and reverse scan. - Adds Atlas Support for

svn commit: r1826654 - /nifi/site/trunk/registry.html

2018-03-13 Thread andrewmlim
Author: andrewmlim Date: Tue Mar 13 15:10:45 2018 New Revision: 1826654 URL: http://svn.apache.org/viewvc?rev=1826654=rev Log: NIFIREG-151 Added videos to Registry home page Modified: nifi/site/trunk/registry.html Modified: nifi/site/trunk/registry.html URL:

nifi git commit: NIFI-4969 Fixing error when importing versioned flow with a processor that uses event driven scheduling. This closes #2539

2018-03-13 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master d14229e44 -> f1d751854 NIFI-4969 Fixing error when importing versioned flow with a processor that uses event driven scheduling. This closes #2539 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4774: Allow user to choose which write-ahead log implementation should be used by the WriteAheadFlowFileRepository

2018-03-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c2616e6fe -> d14229e44 NIFI-4774: Allow user to choose which write-ahead log implementation should be used by the WriteAheadFlowFileRepository Removed TODO comment Signed-off-by: Matthew Burgess This closes #2487

nifi git commit: NIFI-4967 - CSVRecordReader does not read header with specific formats

2018-03-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master c75604a56 -> 95e543d4c NIFI-4967 - CSVRecordReader does not read header with specific formats Signed-off-by: Matthew Burgess This closes #2536 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4955 - Preserve columns ordering with CSV and ValidateRecord

2018-03-13 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 95e543d4c -> 11a7d5c09 NIFI-4955 - Preserve columns ordering with CSV and ValidateRecord Signed-off-by: Matthew Burgess This closes #2528 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4821 - Upgrade poi to 3.17

2018-03-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 37ad48844 -> b0e5e1644 NIFI-4821 - Upgrade poi to 3.17 Signed-off-by: Pierre Villard This closes #2534. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-4962 FlattenJson processor add unexpected backslash after flatten

2018-03-13 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 11a7d5c09 -> 37ad48844 NIFI-4962 FlattenJson processor add unexpected backslash after flatten Signed-off-by: Pierre Villard This closes #2538. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

[2/2] nifi git commit: NIFI-4864 - Additional improvements to additonal resource loading

2018-03-13 Thread bbende
NIFI-4864 - Additional improvements to additonal resource loading This closes #2470. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9b098f32 Tree:

[1/2] nifi git commit: NIFI-4864 Fixing Additional Resources property pointing at a directory won't find new JARs

2018-03-13 Thread bbende
Repository: nifi Updated Branches: refs/heads/master f1d751854 -> 9b098f323 NIFI-4864 Fixing Additional Resources property pointing at a directory won't find new JARs NIFI-4864: Code refactor and improved additionalUrlsFingerprint implementation Signed-off-by: Bryan Bende

nifi-minifi-cpp git commit: MINIFICPP-425: resolve travis errors by using recursion in the cpp linter

2018-03-13 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master dde50ecf5 -> 7d3ecfd46 MINIFICPP-425: resolve travis errors by using recursion in the cpp linter This closes #277. Signed-off-by: Aldrin Piri Project: