Re: IMPORTANT -- Lunch and Learn - NiFi

2016-10-19 Thread Devin Fisher
meant to send this to the Apache > dev mailing list. > > Joe > - - - - - - > Joseph Percivall > linkedin.com/in/Percivall > e: joeperciv...@yahoo.com > > > > > On Wednesday, October 19, 2016 1:40 PM, Devin Fisher perfectsearchcorp.com> wrote: > New lik

Re: IMPORTANT -- Lunch and Learn - NiFi

2016-10-19 Thread Devin Fisher
New like for Template: (fixed a typo) https://drive.google.com/open?id=0B_BTD18gUE3CeHAxSExfd3Q2T2s On Wed, Oct 19, 2016 at 11:23 AM, Devin Fisher < devin.fis...@perfectsearchcorp.com> wrote: > This week Info: (Hopefully this one is correct) > > <https://drive.

Re: IMPORTANT -- Lunch and Learn - NiFi

2016-10-19 Thread Devin Fisher
This week Info: (Hopefully this one is correct) Nifi HW Template -- You will need this for the Homework. Slide Show Presentation

Re: IMPORTANT -- Lunch and Learn - NiFi

2016-10-19 Thread Devin Fisher
Lara Leavitt < lara.leav...@perfectsearchcorp.com> wrote: > Hi, > > I've installed nifi locally, but spreadsheet is locked for me to mark it. > > -Lara > > On Mon, Oct 10, 2016 at 1:06 PM, Devin Fisher perfectsearchcorp.com> wrote: > >> This week (on Wednesday

Re: Error: Self-suppression not permitted

2016-10-12 Thread Devin Fisher
in NIFI-2551 [1]. Since you > are using NiFi 0.7.0, you might try to build the latest code in the 0.x > branch and see if this version resolves your problem. > > -- Mike > > [1] - https://issues.apache.org/jira/browse/NIFI-2551 > > > On Wed, Oct 12, 2016 at 6:01 PM,

Error: Self-suppression not permitted

2016-10-12 Thread Devin Fisher
I'm having an issue with an in-house processor (not for email inboxes). Only seems to happen periodically on heavy loads, not in dev environments. Based on the stack trace the Illegal self-suppression is happening in the framework code and it seems to be masking the original exception that was thro

Nifi 1.0.0 breaking changes?

2016-08-31 Thread Devin Fisher
Based on Version Scheme and API Compatibility[1] the recently released 1.0 (congratulations to all) could have some breaking changes for code written against 0.* releases. I was wondering if there are any resources about what has broken with the new release? I looked at the release notes but there

nifi.sensitive.props.key from external source

2016-08-18 Thread Devin Fisher
We are looking to deploy nifi as part of an appliance. Normally, we use etckeeper [1] to maintain, track and backup our configuration across the board. Etckeeper puts configuration files into a git repo. I would like to store nifi configuration in the same way but I'm concerned about storing the se

Re: escape functions in Expression Language

2016-08-03 Thread Devin Fisher
> Bryan > > On Tuesday, August 2, 2016, Devin Fisher < > devin.fis...@perfectsearchcorp.com> > wrote: > > > Forgot to mention that I made a JIRA ticket too. > > > > https://issues.apache.org/jira/browse/NIFI-2460 > > > > Devin > > >

Re: escape functions in Expression Language

2016-08-02 Thread Devin Fisher
Forgot to mention that I made a JIRA ticket too. https://issues.apache.org/jira/browse/NIFI-2460 Devin On Tue, Aug 2, 2016 at 10:18 AM, Devin Fisher < devin.fis...@perfectsearchcorp.com> wrote: > I've added the functions following the instructions Bryan point me to and > ready

Re: escape functions in Expression Language

2016-08-02 Thread Devin Fisher
I've added the functions following the instructions Bryan point me to and ready to at least have someone else look at it. Do I do a pull request to the master or some other branch? Devin On Fri, Jun 24, 2016 at 11:33 AM, Devin Fisher < devin.fis...@perfectsearchcorp.com> wrote: &

Re: escape functions in Expression Language

2016-06-24 Thread Devin Fisher
gt; > Thanks, > > Bryan > > > On Fri, Jun 24, 2016 at 1:15 PM, Devin Fisher < > devin.fis...@perfectsearchcorp.com> wrote: > > > I'm looking to create a bit of JSON using Nifi Expression Language so > that > > I can send it to a web service. But It d

escape functions in Expression Language

2016-06-24 Thread Devin Fisher
I'm looking to create a bit of JSON using Nifi Expression Language so that I can send it to a web service. But It does not look like Nifi Expression Language have a function for escaping text to put into JSON. I've looked around in the wiki and I don't see any documentation now how to extend the E

[GitHub] nifi pull request: NIFI-1560 - Fixing a copy and paste error

2016-05-02 Thread devin-fisher
GitHub user devin-fisher opened a pull request: https://github.com/apache/nifi/pull/402 NIFI-1560 - Fixing a copy and paste error Looks like when the original coder copied code from AuthenticationStrategy for the ReferralStrategy and did not change this reference for the error case

InvokeHTTP is a Final Class

2016-04-11 Thread Devin Fisher
I was looking at using InvokeHTTP as the base for a class that would interact with our API. I wanted to to have the processors make some assumptions that are true with our API but not HTTP in general (Mostly our method of Authentication). This class looked well suited for this (the class is well d

Re: Rollbacks

2016-03-19 Thread Devin Fisher
ps://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/CompressContent.java > > Thanks > Joe > > On Thu, Mar 17, 2016 at 12:36 PM, Devin Fisher > wrote: > > Thanks for the detai

Re: Rollbacks

2016-03-19 Thread Devin Fisher
> > Lots of info here and probably not well written or with big gaps. > You're asking the right questions so just keep asking. Lots of folks > here that want to help. > > [1] http://martinfowler.com/eaaCatalog/unitOfWork.html > [2] > https://nifi.apache.org/docs/nif

Re: Cross NAR Controller Services

2016-03-15 Thread Devin Fisher
ependency but not NAR to participate in class loader runtime > inheritance. > > Is there a way to look at your poms and also the general structure of the > > project? > > > > Oleg > > > > Sent from my iPhone > > > > > On Mar 15, 2016, at 18:51,

Re: Rollbacks

2016-03-15 Thread Devin Fisher
your processor, and > take on the responsibility of storing, tracking and commit/rollback of > those yourself for downstream connection But then, why? > > In general, one should leverage NiFi 'Scheduling' tab and have the > micro-batching aspect controlled via the framewor

Cross NAR Controller Services

2016-03-15 Thread Devin Fisher
I'm having issues using a standard controller service (DBCPConnectionPool) that is provided by nifi-dbcp-service-nar. But I'm having issues with my nar. I have included a dependency on nifi-dbcp-service-api in my maven pom and have used the property description that is the same as ExecuteSQL for th

Re: Split Content (One-to-Many) early commit

2016-03-14 Thread Devin Fisher
wrap the InputStream in > a ByteCountingInputStream and record the number of bytes consumed and use > that as an attribute, and then > for each subsequent iteration use StreamUtils.skip() to skip the > appropriate number of bytes. > > I know there's a lot of info here.

Split Content (One-to-Many) early commit

2016-03-11 Thread Devin Fisher
I'm creating a processor that will read a customer csv and will create a new flowfile for each line in the form of XML. The CSV file will be quite large (100s of thousands of lines). I would like to commit a reasonable amount from time to time so that they can flow down to other processors. But loo

Rollbacks

2016-03-07 Thread Devin Fisher
Question about rollbacks. I have a processor that is grabbing a list of FlowFiles from session.get(100). It will then process each flow file one at a time. I want to then be able if there is an error with a single FlowFile to roll it back (and only this failed FlowFile) and transfer it to the FAIL

Re: Logging issue in Jira

2016-02-23 Thread Devin Fisher
gt; > There should be a button in the toolbar at the top that says Create. I > believe this button is only visible if you are logged in. Have you created > a JIRA account? > > Matt > > On Mon, Feb 22, 2016 at 3:02 PM, Devin Fisher < > devin.fis...@perfectsearchcorp.com&

Logging issue in Jira

2016-02-22 Thread Devin Fisher
I noticed a small copy and past error in LdapProvider class. (the error message is not using the right variable) I tried to create a ticket in Jira but don't see how to do so. Look through the Contributor Guide and did not see info on how to log a bug. What is the best approach to log an issue? De

Javadoc

2016-01-17 Thread Devin Fisher
Might be a silly question but I can't find a link the Javadocs anywhere on your website. I've googled for it and only find the reference to the Javadocs in the NiFi Developer’s Guide . I'm hopeful that I'm just not seeing it. If not, what is the recomme

Re: Testing Custom Validators

2015-12-18 Thread Devin Fisher
x27; is the name of the Property that is being > validated. > > Thanks > -Mark > > > On Dec 18, 2015, at 3:11 PM, Devin Fisher < > devin.fis...@perfectsearchcorp.com> wrote: > > > > I'm trying to create some tests for some Validators that I'm creating.

Testing Custom Validators

2015-12-18 Thread Devin Fisher
I'm trying to create some tests for some Validators that I'm creating. But I can't figure out an easy way to create MockValidationContext. I don't want to create the whole environment that I would for Processors. I looked at nifi/nifi-commons/nifi-processor-utilities/src/test/java/org/apache/nifi