Re: Help: I want to be a contributor to NiFi, but encountered two problems

2018-06-26 Thread Chris Herrera
Hello, You might want to start here: https://community.hortonworks.com/articles/106931/nifi-debugging-tutorial.html It gives a good overview of logging and also attaching a debugger from IntelliJ idea. Regards, Chris On June 26, 2018 at 9:34:51 PM, run_psw (run_...@aliyun.com.invalid) wrote:

Re: NIFI URL

2018-06-03 Thread Chris Herrera
Dev, Can you send os/java version. Did you change any parameters? Can you share the logs from the /logs dir? Regards, Chris On June 3, 2018 at 12:45:58 PM, Tony Kurc (trk...@gmail.com) wrote: > Hi Dev, I saw your questions in irc, I tried to recommend the dev or user > list to get a quicker

Re: [VOTE] Release Apache NiFi 1.6.0 (RC3)

2018-04-06 Thread Chris Herrera
+1 (non-binding) - Ran full clean install on OS X (10.13.3) - Tested a farily large flow with OpenID connect and another with LDAP - Tested fine grained restricted component policies. - Reviewed documentation > On Apr 6, 2018, at 1:05 PM, Andrew Lim wrote: > > +1

Re: [DISCUSS] Apache NiFi distribution has grown too large

2018-01-12 Thread Chris Herrera
I very much like the solution proposed by Bryan below. This would allow for a cleaner docker image as well, while still proving the functionality as needed. For sure, the extension registry will be great, but in the mean time this is an adequate mid step. Regards, Chris On Jan 12, 2018, 2:52

Re: [VOTE] Release Apache NiFi 1.5.0 (RC1)

2018-01-10 Thread Chris Herrera
+1 (non-binding) Built with contrib-check Verified keys and hashes Ran through several flows in an oidc secured environment including several custom processors. All seems working. Looks like a great release. Thanks guys! Regards, Chris On Jan 10, 2018, 9:37 AM -0600, Jeff Zemerick

RE: [EXT] Re: Automated Testing of Flows

2017-11-17 Thread Chris Herrera
Hi Peter, One thing I have had success with in the past is very similar to what you are stating here. Basically a test framework built in python that is just applying the flow to a processor group for a test, and then performing the tests. NiFi it self is stood up inside of a docker container

Re: Apache Rat and JSON files

2017-07-07 Thread Chris Herrera
PM, Aldrin Piri <aldrinp...@gmail.com> wrote: > > You can provide exclusions for files such as this in the pom.xml. Don't > have specific path handy as on mobile but some grep'ing of other .json file > names should show the way. > On Fri, Jul 7, 2017 at 14:03 Chris Herrera &l

Apache Rat and JSON files

2017-07-07 Thread Chris Herrera
Hi All, I am working on a contribution, and as part of it, there is a json file. I cannot put comments in that json file and, as such, it does not pass the rat check. Has anyone dealt with this issue before? Regards, Chris

Interest in a time series simulator processor for NiFi

2017-07-07 Thread Chris Herrera
Hi All, I am trying to gauge interest in a processor I have written that generates realistic time series data. I used the excellent GenerateFlowFile processor for a long time for load testing, etc..., however, I needed something that mirrored more the semantics of a sensor, and more

Re: File Filter regular expression - GetFile

2017-06-30 Thread Chris Herrera
Hi. This will give you want you want: ^Test.*txt. Or you could leave off the txt to allow you to get all files not just the ones ending in txt. In case you were not aware, http://regexr.com is a great resource for developing regex. Regards, Chris On Jun 30, 2017, 6:24 AM -0500,

AbstractRecordProcessor

2017-06-17 Thread chris herrera
Hi All, I was starting to work on the HBase record processors, and while looking around found the AbstractRecordProcessor in org.apache.nifi.processors.standard. Best I can tell, this is currently implemented in UpdateRecord and ConvertRecord. However, AbstractRecordProcessor extends

AbstractRecordProcessor

2017-06-17 Thread Chris Herrera
Hi All, This is my second attempt for some reason my email client likes to defer to my non-registered email to write to the list, (I doubt it happened but if you receive this twice, many apologies). I was starting to work on the HBase record processors, and while looking around found the

Re: Jira access to assign a task

2017-06-12 Thread Chris Herrera
at is not the case and we can > investigate further. > > Thanks, > Aldrin > > On Mon, Jun 12, 2017 at 6:26 PM, Chris Herrera <chris.herrer...@gmail.com > wrote: > > > Hi Nifi Team! > > > > Currently NIFI-4034 (Implement record-based HBase processors)

Jira access to assign a task

2017-06-12 Thread Chris Herrera
Hi Nifi Team! Currently NIFI-4034 (Implement record-based HBase processors) is unassigned and I would like to work on that. If possible, could I get access so I could assign that to myself? Thanks and Regards, Chris

Re: Email processor test failure

2017-02-21 Thread Chris Herrera
That said each does is setting a 10 second > > timeout. Anyway, lets see what else we can get out of the logs. > > > > Thanks > > Joe > > > > On Tue, Feb 21, 2017 at 1:57 PM, Chris Herrera > > <chris.herrer...@gmail.com> wrote: > > >

Email processor test failure

2017-02-21 Thread Chris Herrera
 org.apache.nifi.processors.email.TestListenSMTP is timing out on validateSuccesfulInteraction… when stepping through it seems as if it is timing out. However, I also see that there is a test smtp server that should be stood up for the test…has anyone run into this before. Thanks a lot! Chris Herrera Tests run: 3, Failures: 3

Re: [ANNOUNCE] New Apache NiFi PMC Member - Andy LoPresto

2016-07-07 Thread Chris Herrera
Congrats Andy! > On Jul 7, 2016, at 4:22 PM, Joe Skora wrote: > > Congrats! > > On Thu, Jul 7, 2016 at 5:15 PM, Oleg Zhurakousky < > ozhurakou...@hortonworks.com> wrote: > >> Way to go Andy! Well deserved! >> >> Cheers >> Oleg >>> On Jul 7, 2016, at 5:09 PM, Matt Burgess