Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.13.0 (RC2)

2022-12-05 Thread John McGinn
Just a note, but the issues closed/resolved list is inaccessible to the public. Not sure if it is meant to be that way or not. The release notes link right below it is accessible though. Thanks, John On Monday, December 5, 2022, 05:40:42 AM EST, Ferenc Gerlits wrote: Hello, I am pl

Re: [discuss] we need to enable secure by default...

2021-02-10 Thread John McGinn
I'm on the opposite side of this discussion. I disagree that NiFi has to implement something immediately. Now, I admit that I am old school, and feel that if you aren't capable of doing what is necessary to secure your own things, it's your own fault. But, I also realize, everyone on the inter

Re: [VOTE] Release Apache NiFi 1.13.0

2021-01-29 Thread John McGinn
Just a note that the "helpful reminder" Confluence page stills lists the artifact names as 1.12.0. On Wednesday, January 27, 2021, 11:15:56 PM EST, Joe Witt wrote: Hello, I am pleased to be calling this vote for the source release of Apache NiFi 1.13.0. (cut) A helpful reminder on how the

Re: [board report] Apache NiFi - July 2019

2019-07-10 Thread John McGinn
Joe, Minor squabble, but, NiFi is getting setup for 1.10.0 release, not 0.10.0 release. On Wednesday, July 10, 2019, 1:16:04 PM EDT, Joe Witt wrote: Team, I was running late so submitted the report already. Here is what I sent to the board for Apache NiFi July 2019 report. Great work and

Re: Compiling custom processor

2018-10-17 Thread John McGinn
cache service, and appropriate relationships, and simple logic to control flow through my processor. I'll work on getting a github account and uploading my simple processor. Thanks for the assistance John McGinn On Tue, 10/16/18, Bryan Bende wrote:

Re: Compiling custom processor

2018-10-16 Thread John McGinn
e.org Date: Tuesday, October 16, 2018, 3:34 PM There shouldn't be any issue doing that, generally you just copy the new NAR into the lib directory and restart. What were the specifics of the class not found error? On Tue, Oct 16, 2018 at 3:24 PM John McGinn wrote: > > An

Re: Compiling custom processor

2018-10-16 Thread John McGinn
I stopped, redeployed and started. And I can't delete the event in the queue even though source and destination are stopped. Is there problems when redeploying a custom processor NAR on top of itself? Even if the NiFi instance is stopped? Serialization issues? Frustratedly you

Re: Compiling custom processor

2018-10-16 Thread John McGinn
standard processor, when I copied Wait over, I renamed it from Wait to MyProcessorWait to be unique, and not copied. I'm just attempting changes to Wait without modifying the actual one. Also, thanks on the META-INF/services file information. Now I can debug and test. Sincerely, John M

Compiling custom processor

2018-10-16 Thread John McGinn
copy Wait.java to AnotherWait.java within the actually NiFi source code, and it compiles, and shows up in the JARs and NARs as I'd expect, but I cannot get to it within my NiFi instance. Can someone let me know what I'm doing wrong. Thanks, John McGinn