Re: Saving Templates - Release Fix

2016-08-30 Thread Joe Percivall
Hello Dave, Apache NiFi 1.0.0 was actually just announced/released. You can download it here: https://nifi.apache.org/download.html Joe - - - - - - Joseph Percivall linkedin.com/in/Percivall e: joeperciv...@yahoo.com On Wednesday, August 31, 2016 9:50 AM, Dave Hirko wrote:

Re: Saving Templates - Release Fix

2016-08-30 Thread Dave Hirko
Thank you both – we were using 1.0.0 BETA and the issue arose when using the new ListS3 processor, and when there was no SSLContext (which is not always needed when accessing objects in S3). The JIRA issue described what we were experiencing exactly. Glad to hear it will be out soon. Dave,

[ANNOUNCE] Apache NiFi 1.0.0 release

2016-08-30 Thread Joe Percivall
Hello The Apache NiFi team would like to announce the release of Apache NiFi 1.0.0. Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. Apache NiFi was made for dataflow. It supports highly configurable directed graphs of data routing, transformation,

Re: [VOTE] Release Apache NiFi MiNiFI C++ 0.0.1 (RC1)

2016-08-30 Thread Matt Gilman
+1 (binding) - Ran through the helper - Ran through a sample flow sending data back to NiFi Matt On Tue, Aug 30, 2016 at 1:10 AM, Joe Percivall < joeperciv...@yahoo.com.invalid> wrote: > +1 (binding) Release this package as nifi-minifi-cpp-0.0.1 > > - Ran through the helper > - Ran a couple

Re: Saving Templates - Release Fix

2016-08-30 Thread Jeff
Dave, The commit that fixes that NPE is in the 1.0.0 release tag. Are you using 1.0.0-Beta? On Tue, Aug 30, 2016 at 10:53 AM Bryan Bende wrote: > Dave, > > Are you using 1.0.0 BETA? > > The final 1.0.0 release just passed a vote yesterday and should contain > this fix. > It

Re: Saving Templates - Release Fix

2016-08-30 Thread Matt Burgess
Dave, The issue is reported as fixed for the Apache NiFi 1.0.0 release (which is imminent). If you are using the 1.0.0-Beta, then it likely wasn't in there yet. Regards, Matt On Tue, Aug 30, 2016 at 10:43 AM, Dave Hirko wrote: > Already hooked on 1.0 and some of the new

Re: Saving Templates - Release Fix

2016-08-30 Thread Bryan Bende
Dave, Are you using 1.0.0 BETA? The final 1.0.0 release just passed a vote yesterday and should contain this fix. It will be announced later today per the 24 hour grace period, along with the artifacts being posted to the website. Thanks, Bryan On Tue, Aug 30, 2016 at 10:43 AM, Dave Hirko

Saving Templates - Release Fix

2016-08-30 Thread Dave Hirko
Already hooked on 1.0 and some of the new processors. The issue relating to saving templates is preventing us from using 1.0 unfortunately, although I see this issue has been fixed - https://issues.apache.org/jira/browse/NIFI-2546 Is there a release date for 1.1 that would incorporate this

Re: Posting a bulletin from a script in ExecuteScript

2016-08-30 Thread Jake Kugel
Thanks for both replies, tried it and it was exactly what I was looking for. Thanks, Jake On 8/30/16 8:30 AM, Matt Burgess wrote: Jake, log.error("My error message") should cause a bulletin to be posted. If you have an exception you can pass that in as a second parameter, the stack trace

Re: Posting a bulletin from a script in ExecuteScript

2016-08-30 Thread Matt Burgess
Jake, log.error("My error message") should cause a bulletin to be posted. If you have an exception you can pass that in as a second parameter, the stack trace will be logged (not in the bulletin but in the logs/nifi-app.log file). Regards, Matt On Tue, Aug 30, 2016 at 9:24 AM, Jake Kugel

Re: [E] Re: User-supplied attributes for processors

2016-08-30 Thread Tarou, Kirk
I’ve created a pull request that hides the ‘+’ UI element as necessary. https://github.com/apache/nifi/pull/969 I’ll open a second Jira ticket to start the discussion around adding an additional tag to add user-supplied tags to flow files. - Kirk Tarou On 8/22/16, 6:06 PM, "Tarou, Kirk"