Re: [DISCUSS] Apache NiFi MiNiFi C++ 0.3.0

2017-11-03 Thread Kevin Doran
I agree. There's been a lot of great commits to master recently and it would be great to have them in a new release version. Thanks! Kevin On 11/1/17, 15:05, "Aldrin Piri" wrote: Hey folks, We've had a fair amount of work and enhancements to the framework

Re: Issue with Executescript

2017-11-03 Thread Matt Burgess
Vyshali, I saw you imported unicodecsv but I didn't see where/if you used it. If you don't use csv.reader() or something, you won't have a data structure where you can reference fields by name (i.e. how would it know where "name" is in a line of text?). I'm not very familiar with the Python csv

Re: Executing DDL using NIFI

2017-11-03 Thread Matt Burgess
Chetan, Welcome to the NiFi community! To answer your question about DDL, you can use the PutSQL processor [1] to issue DDL statements. Please let us know if you run into any issues and we'll be happy to help. Regards, Matt [1]

Executing DDL using NIFI

2017-11-03 Thread Chetan Hendre
Hi, I am Chetan Hendre, In our organization we are creating Data management and Data Integration project, we are planning to use NIFI for the same, we are doing POC on NIFI, we are not able to get any processor for DDL, Is there any predefined processor exist for DDL( Create and Update Tables of

Re: Issue with Executescript

2017-11-03 Thread Vyshali
Hi, I replaced splitlines with split(). I'm now getting error like "Unicode indices must be integer".The "text" is now in the unicode format which I'm encoding to utf-8. I'm not sure where I'm lacking clarity. Regards, Vyshali -- Sent from:

NiFi Slowness after thousand processors

2017-11-03 Thread Karthik Kothareddy (karthikk) [CONT - Type 2]
Hello All, We are currently running NiFi 1.3.0 on Linux(RHEL) box (standalone instance), we are facing some strange issues with this instance. Whenever the total processor count exceeds 1500 the whole instance is slowing down (I think there is no limit on the number of processors an instance