Re: Requesting PYTHON documentation for the Python side of a NiFi ExecuteScript processor execution

2022-05-04 Thread Matt Burgess
ira/browse/NIFI-1954 On Wed, May 4, 2022 at 1:07 PM Markiewicz, Paul wrote: > > Hello, my name is PaulM. > > I am very new at both NiFi and relatively new at Python. > > > I have successfully cobbled together a NiFi ExecuteScript processor > (complete with embeded Python Code)

Requesting PYTHON documentation for the Python side of a NiFi ExecuteScript processor execution

2022-05-04 Thread Markiewicz, Paul
Hello, my name is PaulM. I am very new at both NiFi and relatively new at Python. I have successfully cobbled together a NiFi ExecuteScript processor (complete with embeded Python Code). That python code CAN/DOES read the original Flow-File content, sets/updates a NiFi attribute of my choosing

NiFi - ExecuteScript

2021-02-15 Thread Секлецов Даниил Иванович
Hello! Please, can you tell me how to debug code in ExecuteScript blocks? I'm using ExecuteScript 1.12.1, ScriptEngine: ECMAScript. УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем Вас

Re: Nifi ExecuteScript slow performance

2017-11-13 Thread Mike Thomsen
Vyshali, Another trick you can do that works very well if you have a lot of flowfiles to process is use session.get(int) to grab a batch. Obviously, keep the volume you grab tuned to reasonable memory limits and all that, but you can use that to make the script do a lot more work in one single

Re: Nifi ExecuteScript slow performance

2017-11-13 Thread Vyshali
Thank you so much Matt. I will try the solutions provided and come back in case of questions. Thanks, Vyshali -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: Nifi ExecuteScript slow performance

2017-11-12 Thread Vyshali
Hi Matt, I'm using Jython in executescript because of my requirement.I cant switch to groovy because I'm using packages supported by Python.Is there any way to increase the speed of the executescript processor.Please help me with your ideas. Thanks, Vyshali -- Sent from:

Re: Nifi ExecuteScript slow performance

2016-11-01 Thread balacode63
Thanks for the reply Joe, As matt suggested we moved to groovy. Thanks Bala -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-ExecuteScript-slow-performance-tp13735p13782.html Sent from the Apache NiFi Developer List mailing list archive

Re: Nifi ExecuteScript slow performance

2016-11-01 Thread balacode63
to influxdb 4) write flow file attributes Without influxdb calling, the code is fast. Can you suggest me about improving the performance of the below mentioned groovy script Thanks Bala -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-ExecuteScript-slow

Re: Nifi ExecuteScript slow performance

2016-10-27 Thread Matt Burgess
ustom logic >> >> But its taking 3 seconds to process. Please guide me. >> >> Thanks, >> Bala >> >> >> >> -- >> View this message in context: >> http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-ExecuteScript-slow-performance-tp13735.html >> Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Re: Nifi ExecuteScript slow performance

2016-10-27 Thread Joe Witt
tom logic > > But its taking 3 seconds to process. Please guide me. > > Thanks, > Bala > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-ExecuteScript-slow-performance-tp13735.html > Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Nifi ExecuteScript slow performance

2016-10-27 Thread balacode63
But its taking 3 seconds to process. Please guide me. Thanks, Bala -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Nifi-ExecuteScript-slow-performance-tp13735.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.