Re: Problem with property descriptor in InvokeScriptedProcessor

2019-03-21 Thread Elemir Stevko
nifi.apache.org" Subject: Re: Problem with property descriptor in InvokeScriptedProcessor Hi Elemir, Setting the log level to DEBUG outputs more details, it seems the cause of the exception is the following: javax.script.ScriptException: NameError: global name 'StandardValidators' is not defined in

Re: Problem with property descriptor in InvokeScriptedProcessor

2019-03-21 Thread Denes Arvay
Hi Elemir, Setting the log level to DEBUG outputs more details, it seems the cause of the exception is the following: javax.script.ScriptException: NameError: global name 'StandardValidators' is not defined in

Problem with property descriptor in InvokeScriptedProcessor

2019-03-21 Thread Elemir Stevko
Hello, I would like to implement a stateless S3 lister as a python script using InvokeScriptedProcessor in NiFi 1.9.0. I have based my script on the CompressFlowFile processor: