Request: Add my account to the JIRA contributors list

2017-10-10 Thread Yuri
Hello, I'd like to be able to assign JIRA issues to myself. My JIRA account uses this particular email address. Thanks in advance.

use case similar to Wait/Notify

2017-07-10 Thread Yuri Krysko
is processed and sent out of the processor group to Notify processor, which updates the cache. Would I be able to accomplish this scenario without writing a custom processor? Thanks much, Yuri LEGAL DISCLAIMER: M.C. Dean, Inc. and its subsidiaries considers this e-mail

Re: evaluateJsonPath processor

2017-07-05 Thread Yuri Krysko
Hi Matt, Thanks. ³$" works well. On 7/5/17, 4:09 PM, "Matt Burgess" <mattyb...@apache.org> wrote: >Yuri, > >If your Return Type is set to "json" then you should be able to use >"$" as the JSON Path rather than "$." > >Also t

evaluateJsonPath processor

2017-07-05 Thread Yuri Krysko
Hello Everyone, Could anyone please advise why $. expression is considered invalid in EvaluateJsonPath processor. The idea is to copy the entire content of a JSON-formatted flowfile into its attribute. Thanks, Yuri LEGAL DISCLAIMER: M.C. Dean, Inc. and its

Re: NiFi processor with custom UI

2017-06-28 Thread Yuri Krysko
Will do. Thank you! On 6/28/17, 12:51 PM, "Matt Gilman" <matt.c.gil...@gmail.com> wrote: >Yuri, > >There is no maven archetype but there is some documentation in the >Developer Guide [1] with links to examples. Let us know if you have any >specific questions. &

NiFi processor with custom UI

2017-06-28 Thread Yuri Krysko
? Thanks, Yuri LEGAL DISCLAIMER: M.C. Dean, Inc. and its subsidiaries considers this e-mail and any files transmitted with it to be protected, proprietary or privileged information intended solely for the use of the named recipient(s). Any disclosure

Re: periodic exception

2017-05-23 Thread Yuri Krysko
for such quick responses On 5/23/17, 5:06 PM, "Mark Payne" <marka...@hotmail.com> wrote: >Yuri, > >All sessions get rolled back when they are garbage collected. Just in >case the session wasn't properly handled. >It looks like you've got DEBUG logging turned on f

periodic exception

2017-05-23 Thread Yuri Krysko
Hi Devs, I am developing a custom processor for nifi. My first one. I am seeing the below periodically in the app log. To my knowledge, there should not be any rollbacks, as my events are processed as expected. Overall, the code seems to work fine. I would like to understand how to t-shoot

Re: Custom processor UI exception

2017-05-21 Thread Yuri Krysko
Hi Koji, Thank you for your response. Indeed, you are right. I have sorted it out already :) I had a custom Abstract processor class which I was extending, and misused init method. Thanks again! On 5/21/17, 9:38 PM, "Koji Kawamura" <ijokaruma...@gmail.com> wrote: >Hello Yuri

Controller service question

2017-05-12 Thread Yuri Krysko
wondering whether I should create a custom Controller service to pull the metadata and make it available to all interested processors? Can I include a Runnable task in the Controller service and have a configurable parameter of how often to pull the data? Thank you, Yuri