Re: [VOTE] Release Apache NiFi 1.9.0 (rc2)

2019-02-18 Thread Denes Arvay
+1 Release this package as nifi-1.9.0 (non-binding) - Verified signature - Verified hashes - Verified that the RC was branched off the correct git commit ID - Build successful & tests pass (using mvn clean install -Pcontrib-check,include-grpc) - Started and tested with a simple flow (nit: the NOT

Re: Database Session AutoCommit in PUTSQL (Nifi 1.9.1) not working

2019-02-26 Thread Denes Arvay
Hi, Setting the Database Session AutoCommit property to false turns off the JDBC Connection's autocommit feature by calling connection.setAutoCommit(false). But regardless of this value PutSQL will commit the transaction after batchsize number of FlowFiles were processed. This means that setting t

Re: Unable to use Github as flowPersistenceProvider for NiFi Registry

2019-03-06 Thread Denes Arvay
Hi Satwik, Have you tried pushing from command line? Does it work? Aren't there more lines in the stack trace, one more "caused by" section? It could contain more hints to identify the root cause. Best, denes On Wed, Mar 6, 2019 at 7:47 AM S Bhandiwad, Satwik (Nokia - IN/Bangalore) < satwik.s_bh

Re: Unable to use Github as flowPersistenceProvider for NiFi Registry

2019-03-06 Thread Denes Arvay
rt.push(Transport.java:1344) > > ~[org.eclipse.jgit-4.11.0.201803080745-r.jar:4.11.0.201803080745-r] > > at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:169) > > ~[org.eclipse.jgit-4.11.0.201803080745-r.jar:4.11.0.201803080745-r] > > ... 8 com

Re: [ANNOUNCE] New Apache NiFi Committer Arpad Boda

2019-05-23 Thread Denes Arvay
Congrats Arpad! On Thu, May 23, 2019 at 3:23 PM Aldrin Piri wrote: > On behalf of the Apache NiFI PMC, I am very pleased to announce that Arpad > has accepted the PMC's invitation to become a committer on the Apache > NiFi project. > We greatly appreciate all of Arpad's hard work and generous co

Re: Evaluate json path with destination as flowfile-attribute returns null for a specified attribute

2019-06-24 Thread Denes Arvay
Hi Puspak, As far as I know, you shouldn't use the quotes (") in the JSON path expression. Plus, in your example JSON the AWB-INFO.AWB field is not present. Best, Denes On Mon, Jun 24, 2019 at 1:47 PM Puspak wrote: > hi > The content of the flow file is as below . > > { >"REQUEST":{ >

Re: Need Help on Nifi replace text with regex

2019-06-25 Thread Denes Arvay
Hi, Just to clarify: you basically want to trim the extra characters from the beginning and end of your XML fragment, right? It's possible with the ReplaceText processor, with the following settings: - search value: (?s).*(.+).* - replacement value: $1 - replacement strategy: regex replace - eval

Re: [DISCUSS] NiFi Registry 0.5.0 release

2019-08-10 Thread Denes Arvay
There's an ongoing initiative to add Knox proxy support to NiFi Registry [1]. It might involve Knox changes too [2], so I don't know how complicated it is, but it'd be good if that could go to the release as well. [1] https://issues.apache.org/jira/browse/NIFIREG-295 [2] https://issues.apache.org/

Re: [VOTE] Release Apache NiFi Registry 0.5.0

2019-08-22 Thread Denes Arvay
Thanks Bryan for RMing. +1 (non-binding) I ran through the release helper guide: - signature ok, hashes match - mvn clean install -Pcontrib-check successfully completes with clean maven repository - all 4 integration test commands pass - README, NOTICE, LICENSE - ok. Minor note: README mentions H

Re: flow.xml.gz at root of project

2020-10-27 Thread Denes Arvay
sorry, it was my mistake, I totally remembered that I've removed it in a subsequent commit for the pr On Tue, Oct 27, 2020 at 9:22 PM Mark Payne wrote: > Thanks Joe. Yeah, that was definitely inadvertent. > > > On Oct 27, 2020, at 4:19 PM, Joe Witt wrote: > > > > This is resolved. > > > > Thank

Re: [ANNOUNCE] New Apache NiFi Committer Denes Arvay

2021-07-05 Thread Denes Arvay
t; Well done Denes! > > >>> > > >>> On Thu, Jun 24, 2021 at 3:09 PM Otto Fowler > > > >>> wrote: > > >>> > > >>>> Congratulations! > > >>>> > > >>>> > > >>>> > > &