Re: ValidateCSV

2016-12-07 Thread Shashi
Hi James, Thanks for the reply. In validateCSV processor ,header property has two options like true and false. True - header is considered False- header is ignored I am going with "true" option to validate my file header by providing schema in schema property. Usecase: File header - service_

Re: ValidateCSV

2016-12-07 Thread James Wing
Shashi, The ValidateCsv processor's "Header" property allows the header to be ignored in validation, but it does not have a special feature to validate the header itself. I do not believe there is a similar feature for ignoring a footer. Can you expand a bit more on your use case and what kind o

Re: ComponentLog missing from 0.7.1 JAR...

2016-12-07 Thread Bryan Bende
No problem at all, glad you figured it out. On Wed, Dec 7, 2016 at 12:02 PM Russell Bateman wrote: > Bryan, > > > > I'm sorry. I have found the problem and it's entirely my fault. I've > > been updating /nifi-0.7.1/lib/ with the wrong NAR without realizing that > > it's the wrong NAR. Thank you

Re: ComponentLog missing from 0.7.1 JAR...

2016-12-07 Thread Russell Bateman
Bryan, I'm sorry. I have found the problem and it's entirely my fault. I've been updating /nifi-0.7.1/lib/ with the wrong NAR without realizing that it's the wrong NAR. Thank you for looking and I'm sorry to have wasted your time. Russ On 12/07/2016 09:39 AM, Russell Bateman wrote: Bryan, t

Re: ComponentLog missing from 0.7.1 JAR...

2016-12-07 Thread Russell Bateman
Brian, thanks for responding. Here's what you request. Below, it's /nifi-imat-nar-1.0.0.nar/ that's ours (the 1.0.0 corresponds to nothing other than that we still consider what we're doing is version 1). I've also bolded the ones that are actually our own (sub) JARs we put into our NAR. ~/de

Re: NATS Apache NiFi Processor for NiFi docs page

2016-12-07 Thread Bryan Bende
Also, just wanted to clarify that the docs at nifi.apache.org that show all of the processors are auto-generated from the NiFi code, so that is only for processors that are part of the NiFi codebase. If you want to maintain your code separately then Joey's page or Aldrin's page would be the way to

Re: ComponentLog missing from 0.7.1 JAR...

2016-12-07 Thread Bryan Bende
Russell, Can you provide what is being included in your NAR by listing nifi_home/work/nar/extensions//META-INF/bundled-dependencies/ ? And then can you also show what is included in your NiFi lib directory? Thanks, Bryan On Wed, Dec 7, 2016 at 10:26 AM, Russell Bateman wrote: > This should b

Re: NATS Apache NiFi Processor for NiFi docs page

2016-12-07 Thread Joey Frazee
Brian, I went ahead and added it to https://github.com/jfrazee/awesome-nifi, which, while not an official Apache project page of any sort, I maintain to keep track of community work like this. -joey > On Nov 28, 2016, at 11:37 AM, Brian Flannery wrote: > > Hi all -- great job on NiFi. The num

Re: ComponentLog missing from 0.7.1 JAR...

2016-12-07 Thread Russell Bateman
This should be a simple matter of linking and loading. I mean, if I build/link using /nifi-api-0.7.1.jar/ then load on NiFi 0.7.1, there's no way that any symbol of NiFi origin, in this case, ComponentLog, should go absent. That symbol's use in my code was satisfied by importing from the NiFi A

Re: NATS Apache NiFi Processor for NiFi docs page

2016-12-07 Thread Aldrin Piri
Hey Brian, When you ask about submitting, are you referring to the code or simply the wiki page option listed? In the case of submitting the code, please check out our contributor's guide: https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide In the case of the Wiki option, I have c

Re: Large scale Secure MiNiFi deployments

2016-12-07 Thread Andre
Bryan, Yes, I am trying to avoid creating one user for each MiNiFi. I am here thinking, what if I install MiNiFi n ephemeral EC2 machine or even containers? As instances are turned on an off as required, users.xml would keep growing, Unless you remove a machine after its use. My view is that it w

ValidateCSV

2016-12-07 Thread Shashi
Hi Team, i have a file with header , footer and delimited with '|'. Assit me on how to provide schema in ValidateCSV processor to validate my header and footer. Regards, Shashi. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/ValidateCSV-tp14153.html

Re: Large scale Secure MiNiFi deployments

2016-12-07 Thread Bryan Bende
Andre, I have not fully digested the wiki page yet, but just thinking about the current model, would using groups work? You would create a group in NiFI like "MiNiFi Agents" or whatever, create users for each DN of the MiNiFi agents and put those users in this group (I suppose this part is annoyi

Re: NATS Apache NiFi Processor for NiFi docs page

2016-12-07 Thread Brian Flannery
Hi, just checking on the below. Is there a PR process I need to use to submit this, or can you update this on your side ? Thank you, Brian On Nov 28, 2016 12:37 PM, "Brian Flannery" wrote: > Hi all -- great job on NiFi. The number of Processors etc speaks for > itself and the docs are prett