Re: Get all available variables in the InvokeScriptedProcessor

2020-08-13 Thread Saloni Udani
ch is an extension of AbstractComponentNode which has a > getVariableRegistry() method. > > It's definitely a hack so please use at your own risk :) > > Regards, > Matt > > On Tue, Aug 11, 2020 at 1:18 AM Saloni Udani > wrote: > > > > Thanks Andy, but with ex

Re: Get all available variables in the InvokeScriptedProcessor

2020-08-10 Thread Saloni Udani
the processor config and reference those > directly in code (see any existing processor source for examples). > > Andy LoPresto > alopre...@apache.org > *alopresto.apa...@gmail.com * > He/Him > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On

Get all available variables in the InvokeScriptedProcessor

2020-08-07 Thread Saloni Udani
here a way programmatically to get all variables with a certain key pattern? Or for that matter is there a way programmatically to get all available variables Map ? In NiFi 1.5.0 or further versions. Thanks Saloni Udani

Re: NIFI- 5340

2019-04-12 Thread saloni udani
2, 2019 at 3:00 AM saloni udani > wrote: > > > > We do not have any custom processors.Although we do use lot of > InvokeScriptedProcessor with Groovy scripts. Our topology is huge (1200+ > processors). When we try to stop manually whole topology, it does stop > cleanly tak

Re: NIFI- 5340

2019-04-12 Thread saloni udani
> Do you have any custom processors? If you try to stop everything > manually do all processors stop cleanly? > > On Thu, Apr 11, 2019 at 7:22 AM saloni udani > wrote: > > > > Ref: https://issues.apache.org/jira/browse/NIFI-5340 > > > > Any updates on this?

NIFI- 5340

2019-04-11 Thread saloni udani
Ref: https://issues.apache.org/jira/browse/NIFI-5340 Any updates on this? We are facing same issue. For time being we have increased connection and read timeout. Thanks

Re: NiFi 1.7.0: HandleHttpRequest duplicate request after timeout

2019-02-06 Thread saloni udani
Hi I am facing same issue with apache NiFi 1.6.0 . When a post request to HandleHttpRequest timeouts, it creates a new empty flow file and adds to request queue. Is there any solution or workaround? Thanks On Tue, Jul 10, 2018 at 3:46 AM Mike Stone wrote: > Hi, > since the fix of

ExecuteProcess processor randomly stops executing the command.

2018-09-25 Thread saloni udani
probable causes? Thanks Saloni Udani

Re: Reporting connection timeout from InvokeHTTP Processor.

2018-09-10 Thread saloni udani
accordingly. You could also use an ExecuteScript processor which generated > an error flowfile on connection down. > > Andy LoPresto > alopre...@apache.org > *alopresto.apa...@gmail.com * > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Sep 6, 2

Re: Reporting connection timeout from InvokeHTTP Processor.

2018-09-06 Thread saloni udani
in. I'd suggest > you to try increasing the read timeout parameter if it's OK with your use > case. > > Thanks, > Pierre > > Le jeu. 6 sept. 2018 à 09:33, saloni udani a > écrit : > >> Connection timeout just results in error bulletin and not any output flow >> file.A

Re: Reporting connection timeout from InvokeHTTP Processor.

2018-09-06 Thread saloni udani
FF to "Retry" relationship. You can use > RouteOnAttribute, check invokehttp.status.code attribute for having > appropriate code and then do your failure handling. You might also set "Always > Output Response" to "true". > > On Wed, Sep 5, 2018 at 12:22 PM sa

Reporting connection timeout from InvokeHTTP Processor.

2018-09-05 Thread saloni udani
Hi Is there a way to generate a failure flow file for connection issues like connection timeout for InvokeHTTP Processor? Thanks Saloni Udani

Re: How to redirect invalid lines while parsing record with CSVReader?

2018-08-13 Thread saloni udani
record/JSON object at a time). > > Regards, > Matt > > On Mon, Aug 13, 2018 at 7:41 AM saloni udani > wrote: > > > > Hi > > > > I have a bunch of CSV files which I need to convert to JSON. > > My current flow is > > > > GetFile --> SplitRecord

How to redirect invalid lines while parsing record with CSVReader?

2018-08-13 Thread saloni udani
red to failure relationship? Documentation says that only those records will be routed to failure which fails csv-->json conversion. But here I want even the invalid csv records to be routed to failure. Thanks Saloni Udani

Re: Referencing a property from nifi.properties into a processor.

2018-04-20 Thread saloni udani
m them, then for downstream processors that > > accept incoming flow files and evaluate Expression Language against > > them, you'll be able to refer to those "properties" in the expression. > > > > Regards, > > Matt > > > > On Thu, Apr 19, 201

Re: Referencing a property from nifi.properties into a processor.

2018-04-20 Thread saloni udani
for downstream processors that > accept incoming flow files and evaluate Expression Language against > them, you'll be able to refer to those "properties" in the expression. > > Regards, > Matt > > On Thu, Apr 19, 2018 at 4:54 AM, saloni udani <saloniudani...@gmail.com&g

Referencing a property from nifi.properties into a processor.

2018-04-19 Thread saloni udani
Hi There are two ways to use and manage custom properties in NiFi: -In the NiFi UI via the Variables window -Referencing custom properties via 'nifi.properties' But I am using older version of NiFi which doesn't have variable registry support.So is it possible to refer to the properties from