Re: FW: Loading nifi server within a Java process

2017-04-05 Thread James Wing
Jamie, Sorry you didn't get a response. I'm happy to confirm that this is the correct list for your question. There is no well-beaten path for running NiFi in another process, NiFi assumes that it is deployed as it's own process. NiFi contains a number of features for classloader isolation,

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Michael Moser
Welcome aboard, Bin, and congratulations. On Wed, Apr 5, 2017 at 11:44 AM, Marc wrote: > Congrats and well deserved for everything you've done! > > On Wed, Apr 5, 2017 at 11:42 AM, Bryan Rosander > wrote: > > > Congrats Bin! > > > > On Wed, Apr 5,

FW: Loading nifi server within a Java process

2017-04-05 Thread Jamie Wang
Hi, I sent the message below to the user group and unfortunately I didn't get any response. I am forwarding the message to this list and am hoping to get some feedback. If this is the wrong list for this message, I apologize and please let me know the right place to post. Thank you in advance.

Re: Flow XML Archive Filename

2017-04-05 Thread Nicholas Hughes
Thanks Joe! -Nick On Wed, Apr 5, 2017 at 2:08 PM, Joe Witt wrote: > Got ya. Here is the old way it was done [1]. > > > final Path archiveFile = > archiveDir.resolve(System.nanoTime() + "-" + > configFile.toFile().getName()); > > > [1]

Re: Flow XML Archive Filename

2017-04-05 Thread Joe Witt
Got ya. Here is the old way it was done [1]. final Path archiveFile = archiveDir.resolve(System.nanoTime() + "-" + configFile.toFile().getName()); [1]

Re: Flow XML Archive Filename

2017-04-05 Thread Nicholas Hughes
Joe, Thanks for the reply. I did find that code in my search, but it seems to be the "new" 1.x method of archive file naming. The new method is a lot easier to eyeball and see that it's concatenating date/time values. Example: 20170405T164814+_flow.xml.gz Unfortunately, I'm looking for the

Re: Flow XML Archive Filename

2017-04-05 Thread Joe Witt
Nick, The details for that can be found here [1]. It isn't exactly meant to be a public interface in terms of the naming being reliable thought so take care to rely on it programatically. [1]

Flow XML Archive Filename

2017-04-05 Thread Nicholas Hughes
On 0.7.x versions, can anyone tell me how the numeric prefix for flow backups is generated? Example: 8548619576826734-flow.xml.gz I apologize for the "read the code" question, but GitHub won't let me search anything other than master from the website and I'm not in a position to pull down the

Re: Reporting task for capturing status history?

2017-04-05 Thread Joe Gresock
Thanks Mark! I've created [1] to capture this request. I started writing a SiteToSiteStatusReportingTask by modifying a copy of the SiteToSiteProvenanceReportingTask, but I got diverted with other tasks and probably won't get a chance to work on it for a while. If anyone is interested in taking

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Marc
Congrats and well deserved for everything you've done! On Wed, Apr 5, 2017 at 11:42 AM, Bryan Rosander wrote: > Congrats Bin! > > On Wed, Apr 5, 2017 at 9:52 AM, Oleg Zhurakousky wrote: > > > And of course I did it in the wrong thread ;) > > Congrats

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Bryan Rosander
Congrats Bin! On Wed, Apr 5, 2017 at 9:52 AM, Oleg Zhurakousky wrote: > And of course I did it in the wrong thread ;) > Congrats Bin!!! > > > On Apr 5, 2017, at 9:48 AM, Oleg Zhurakousky wrote: > > > > Thank you all! > > > > >> *Joe Percivall* > >> e:

Re: [ANNOUNCE] New Apache NiFi PMC Member - Oleg Zhurakousky

2017-04-05 Thread Bryan Rosander
Congrats Oleg! On Wed, Apr 5, 2017 at 9:53 AM, Oleg Zhurakousky wrote: > Thank you all! > > > *Joe Percivall* > > e: joeperciv...@gmail.com > >

Re: [ANNOUNCE] New Apache NiFi PMC Member - Oleg Zhurakousky

2017-04-05 Thread Oleg Zhurakousky
Thank you all! *Joe Percivall* > e: joeperciv...@gmail.com

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Oleg Zhurakousky
And of course I did it in the wrong thread ;) Congrats Bin!!! > On Apr 5, 2017, at 9:48 AM, Oleg Zhurakousky wrote: > > Thank you all! > > > *Joe Percivall* >> e: joeperciv...@gmail.com >

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Oleg Zhurakousky
Thank you all! *Joe Percivall* > e: joeperciv...@gmail.com

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Joe Percivall
A long time coming, congrats Bin! On Wed, Apr 5, 2017 at 8:56 AM, Pierre Villard wrote: > Congrats Bin! Very well deserved! > > Le 5 avr. 2017 5:31 AM, "Rob Moran" a écrit : > > Thank you and congratulations BIn! > > Rob > > On Tue, Apr 4, 2017 at

Re: [ANNOUNCE] New Apache NiFi PMC Member - Oleg Zhurakousky

2017-04-05 Thread Joe Percivall
Congrats Oleg! On Wed, Apr 5, 2017 at 8:58 AM, Pierre Villard wrote: > Congrats Oleg ! > > > Le 5 avr. 2017 5:33 AM, "Rob Moran" a écrit : > > > Thank you and congratulations Oleg! > > > > Rob > > > > On Tue, Apr 4, 2017 at 11:09 PM, Adam Lamar

Re: Reporting task for capturing status history?

2017-04-05 Thread Mark Payne
Joe, None that I know of, but I like the idea! A Reporting Task isn't able to create FlowFiles, but one thing that you may want to look into is serializing the data as JSON or whatever makes sense and then pushing it to NiFi via Site-to-Site. The SiteToSiteProvenanceReportingTask does this for

Re: [ANNOUNCE] New Apache NiFi PMC Member - Oleg Zhurakousky

2017-04-05 Thread Pierre Villard
Congrats Oleg ! Le 5 avr. 2017 5:33 AM, "Rob Moran" a écrit : > Thank you and congratulations Oleg! > > Rob > > On Tue, Apr 4, 2017 at 11:09 PM, Adam Lamar wrote: > > > Congrats Oleg, well deserved! > > >

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Pierre Villard
Congrats Bin! Very well deserved! Le 5 avr. 2017 5:31 AM, "Rob Moran" a écrit : Thank you and congratulations BIn! Rob On Tue, Apr 4, 2017 at 10:44 PM, Joe Skora wrote: > Congratulations and welcome! > > On Tue, Apr 4, 2017 at 10:07 PM, Andy LoPresto

Reporting task for capturing status history?

2017-04-05 Thread Joe Gresock
I haven't completely kept up to date on the new reporting tasks since 1.1.1, so I thought I'd ask here. I'd like to be able to store the status history metrics for processors and queues in something like Elasticsearch. I see the StandardGangliaReporter, which looks to capture what I want, but

Re: Accessing nifi processgroup simutaneoulsy by multiple users

2017-04-05 Thread Matt Gilman
NiFi executes outside of the context of any given user. User 1 can schedule some components and User 2 can unschedule them assuming both users have permissions to all components in question. These components can be unscheduled whenever the user deems it appropriate. The UI reports various metrics

Re: [ANNOUNCE] New Apache NiFi PMC Member - Oleg Zhurakousky

2017-04-05 Thread Rob Moran
Thank you and congratulations Oleg! Rob On Tue, Apr 4, 2017 at 11:09 PM, Adam Lamar wrote: > Congrats Oleg, well deserved! >

Re: [ANNOUNCE] New Apache NiFi Committer Bin Qiu

2017-04-05 Thread Rob Moran
Thank you and congratulations BIn! Rob On Tue, Apr 4, 2017 at 10:44 PM, Joe Skora wrote: > Congratulations and welcome! > > On Tue, Apr 4, 2017 at 10:07 PM, Andy LoPresto > wrote: > > > Great work Bin. > > > > Andy LoPresto > > alopre...@apache.org > >

Accessing nifi processgroup simutaneoulsy by multiple users

2017-04-05 Thread Vdsa
I wanted to know if a process group is running and another user want access and execute same process group, will nifi allow him? or what is the process of parallel execution of a process group for two users? Can we stop a running process group after execution is finished ( how to figure out that

Re: Deep Dive into NiFi's Site2Site

2017-04-05 Thread Pushkara R
Thanks a lot Joseph. This is very helpful. On Tue, Apr 4, 2017 at 5:06 PM, Joseph Niemiec wrote: > Not all of what your looking for but there are a number of details on the > HTTP implementation here. - >