Re: [EXT] [discuss] release apache nifi 1.9.0

2019-02-06 Thread Ed B
omplete, I just need to merge it. Will > > do today. > > > > Andy LoPresto > > alopre...@apache.org > > alopresto.apa...@gmail.com > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > > > > On Feb 7, 2019, at 08:23, Ed B wr

Re: [EXT] [discuss] release apache nifi 1.9.0

2019-02-06 Thread Ed B
if not too late, would be nice to have JNDI bug fix included in new release: "JMS Connection Fails After JMS servers Change behind JNDI" https://issues.apache.org/jira/browse/NIFI-5869 PR is available: https://github.com/apache/nifi/pull/3261 Thank you, Ed. On Wed, Feb 6, 2019 at 1:13 PM Joe

Re: [jira] [Created] (NIFI-5930) Parsing issue with Apache common csv parser used in CSVReader

2019-01-04 Thread Ed B
Hi Hemal, Just a heads-up, it could be related to writer, not reader. there is another issue opened on encoding, escaping, etc: https://issues.apache.org/jira/browse/NIFI-5874 On Fri, Jan 4, 2019 at 6:29 AM Hemal Padhiar (JIRA) wrote: > Hemal Padhiar created NIFI-5930: >

Re: [ANNOUNCE] New Apache NiFi Committer Ed Berezitsky

2019-01-03 Thread Ed B
Thank you all!!! :D Ed Berezitsky On Thu, Jan 3, 2019 at 8:02 AM Jeremy Dyer wrote: > Congratulations Ed! > > On Thu, Jan 3, 2019 at 6:52 AM Mike Thomsen > wrote: > > > Congratulations! > > > > On Thu, Jan 3, 2019 at 6:50 AM Otto Fowler > > wrote: > > > > > Congratulations Ed! > > > > > > >

Re: Jetty Version

2018-09-24 Thread Ed B
to test PR) with success. Then applied changes and tried to rebuild only standard-processors, and got that error. Joe, thank you anyway! On Sun, Sep 23, 2018 at 2:53 PM Joe Witt wrote: > have you tried rebuilding all of nifi? and is this on master? > > On Sun, Sep 23, 2018, 11:29 AM Ed

Jetty Version

2018-09-23 Thread Ed B
I had to build nifi-standard-processors project, and the build was OK all the way until tests. Tests where failing with NoSuchMethodError for some of the Jetty classes. I found out that Jetty version has been changed to newer one: [image: image.png] If I change it back to 9.4.3 - build runs

Re: Improve S2S to ease "star deployments"

2018-09-16 Thread Ed B
Pierre, Mark, Although I agree it is possible to work it around with HTTP (Post/Listen/Invoke), I still think that PUB/SUB for S2S (regardless it is on the same cluster or different ones) worth discussion and implementation. That would make implementation more natural and mature. Pierre, don't

[DISCUSS] Expression Language - New Feature (UDF)

2018-07-24 Thread Ed B
Hi Devs, I've finished (almost) development of a new feature for EL: UDF (User Defined Functions). This will add flexibility to EL, reduce complexity of the flows and so on, and so on... Example: ${exec('com.example.MyDateUtils', 'minus', ${now()}, '1 year')} or

Re: NiFi code re-use

2018-05-14 Thread Ed B
Scott, No versioned PGs aren't getting updated when Registry version getting updated. But NIFI UI will show you the PGs that aren't up to date. And it is easy to update them to current version. As discussed in one of the emails in this thread, there could be feature implemented to have autoupdate

Re: NiFi code re-use

2018-05-13 Thread Ed B
Joe, Aldrin, Wormholes is pretty interesting thing. I played around with that and could make it working. Though, this approach has downsides. I'll create an article for this, but you can take a look at it now (attaching template for root canvas). So, what I've found while playing around this