Re: Tls toolkit the

2016-09-21 Thread Bryan Rosander
Hi Thomas, Currently the tls-toolkit can be used in either standalone or client/server mode. Standalone has a couple of ease-of-use advantages such as being able to be run from a single location to generate keystores and truststores as well as nifi.properties files for the whole NiFi cluster.

Tls toolkit the

2016-09-21 Thread Tijo Thomas
Hi  Can any one guide on how to use tls toolkit.  In the code I found that there are 3  services.  Standalone,  server and  client.  I created a cluster with Standalone service by following  a blog.   but not sure where client and server  will be used.   Any doc on this is highly appreciated 

Re: UI: flow status and counters feedback

2016-09-21 Thread Andrew Grande
Alright guys, do we have enough consensus to start filing jira work items? :) Andrew On Tue, Sep 20, 2016, 2:01 PM Andrew Grande wrote: > Let's fade the connection slowly to an inverted if backpressure engages? > > On Tue, Sep 20, 2016, 1:17 PM Rob Moran

Re: Generating SQL from JSON

2016-09-21 Thread Karthik Ramakrishnan
Thanks Bryan. My bad. I missed this big time. Regards, Karthik On Wed, Sep 21, 2016 at 2:26 PM, Bryan Bende wrote: > Hello, > > Have you taken a look at ConvertJSONToSQL? > > https://nifi.apache.org/docs/nifi-docs/components/org. >

Re: Idea needed to get XL from SharePoint using NiFi

2016-09-21 Thread Aldrin Piri
Hi Ram, Accomplishing this task would require some effort beyond those items currently bundled with NiFi. I am not well versed in Sharepoint internals, but it seems like there is an available REST API [1] that would allow you to access files and folders [2]. Depending on the nuances of

Re: Requesting Obscene FlowFile Batch Sizes

2016-09-21 Thread Joe Witt
It would buy time but either way it becomes a magic value people have to know about. This is not unlike the SplitText scenario where we recommend doing two-phase splits. The problem is that for the ProcessSession we hold information about the flowfiles (not their content) in memory and the

RE: Does NiFi support multiple queries

2016-09-21 Thread Peter Wicks (pwicks)
Karthik, PutSQL will handle both styles, and for multiple tables, without issue. Internally it creates a separate SQL Batch for each distinct SQL statement in the queue and then executes these batches separately. Feel free to mix as many Inserts/Updates as you wish for as many tables as you

Re: Does NiFi support multiple queries

2016-09-21 Thread markap14
Karthik, You can send them both to the same PutSQL processor. It won't have any problem with this. Thanks -Mark Sent from my iPhone > On Sep 21, 2016, at 12:07 AM, Karthik Ramakrishnan > wrote: > > Hello - > > I was wondering if NiFi can support multiple

Re: Regarding ConsumeIMAP Processor.

2016-09-21 Thread Andre
Prabhu, The sample message you sent seems to be a multipart MIME message, so if what you referring to use the part that shows HI\nHello\n\nWelcome Then the ExtractEmailAttachments should be able to extract the contents (it is an attachment, spitting out a flowfile containing the "Sample.txt"