clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
250 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 3 more]
[collapse]
-
Error in Jython environment -
NiFi - [mail # user]
|
...Thank you all for your insights. I opted to drop back and take a slightlydifferent approach, since statvfs was problematic.I created a pyt... ajython function that employs subprocess.Popen a... |
|
|
|
|
Error in Jython environment - NiFi - [mail # user]
|
...I'm not sure I understand. The ExecuteScript processor forces me into aJython environment - despite selecting Python as the scripting language inthe processor configuration. I'll never under... |
|
|
|
Error in Jython environment - NiFi - [mail # user]
|
...No sir. When I run from the command line - I encapsulate script-specificcommand sequences in code triggered by SCRIPT var value, and NiFisequences encapsulated within NIFI var values -... |
|
|
|
Error in Jython environment - NiFi - [mail # user]
|
...Good afternoon. I am running a python script from an ExecuteScriptprocessor in NiFi 0.7.1.c. I'm assuming this is actually running in aJython environment under the hood of the processor.Gene... |
|
|
|
|
|
Querying for workflow volume -
NiFi - [mail # user]
|
...How can a program running within an ExecuteScript processor determine asnapshot of the flowfile volume in a workflow at a point in time? I have apython program, and I want to control its exe... |
|
|
|
|
[expand - 1 more]
[collapse]
-
How does processor run duration impact scripts in ExecuteScript? -
NiFi - [mail # user]
|
...Please disregard and pardon my question. Evidently not all processors offerthe "Run duration" configuration parameter, and ExecuteScript is one thatdoes not. My apologies.On Mon, Feb 26, 201... |
|
|
|
|
[expand - 1 more]
[collapse]
-
Get YYYY from java.sql.Timestamp (jython engine, ExecuteScript) -
NiFi - [mail # user]
|
...Excellent - thank you Matt, I will work this in immediately. As always Iappreciate the insights and advice.Cheers,JimOn Thu, Feb 22, 2018 at 2:46 PM, Matt Burgess wrote:> Jim,>&g... |
|
|
|
|
[expand - 2 more]
[collapse]
-
Sending Arguments to Scripts from ExecuteScript -
NiFi - [mail # user]
|
...After some trial and error I discovered that my check whether the sys.argvlist was empty was failing. I had been trying thisif not sys.argvwhich I expected to work in the case where I was ru... |
|
|
|
|
Sending Arguments to Scripts from ExecuteScript - NiFi - [mail # user]
|
...Checking back in. Can we reference the user-defined custom config parmspassed in from ExecuteScript as *sys.argvs* in the python script beingexecuted by ExecuteScript?On Fri, Feb 16, 2018 at... |
|
|
|
Sending Arguments to Scripts from ExecuteScript - NiFi - [mail # user]
|
...Good afternoon. I have a python script I would like to run fromExecuteScript. Since my script can run from either a command line in debugmode or from the ES processor, I'd like to set up ini... |
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Object not recognized in ExecuteScript -
NiFi - [mail # user]
|
...Matt, I have noticed another behavior pattern I hope to correct, but Idon't fully understand it and so hope that you can provide some insights.I have embedded the flowFile related commands t... |
|
|
|
|
Object not recognized in ExecuteScript - NiFi - [mail # user]
|
...I see. Thank you Matt. -JimOn Mon, Feb 12, 2018 at 12:10 PM, Matt Burgess wrote:> Jim,>> In this case I don't think it's as much that the modules aren't being> found, rathe... |
|
|
|
Object not recognized in ExecuteScript - NiFi - [mail # user]
|
...Good afternoon. I havd a python script that I can execute from the commandline via my python interpreter. In it, I do thismyTime = time.mktime(myDateTime.timetuple())When I try to run from m... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Integrate new flowFile generation out of an ExecuteScript processor running a python script -
NiFi - [mail # user]
|
...Matt, thanks very much for all your help. I tried to embed thesession.create() and the session.transfer() into the loop that crunchesthrough the files. The ExecuteScript processor that runs ... |
|
|
|
|
Alternative to Failure from a processor? -
NiFi - [mail # user]
|
...Good evening. I have a somewhat challenging requirement, and hope someonein the group has tackled this before.There are cases where a flowFile will fail to process through a processorin my w... |
|
|
|
|
[expand - 1 more]
[collapse]
-
Generalizing a List / Fetch workflow -
NiFi - [mail # user]
|
...This sounds promising. I can give it a try. Assuming this is the properplace to download the code for ListFile, can you tell me how to pull thecorrect source code? I've not yet done this. I ... |
|
|
|
|
Generalizing a List / Fetch workflow - NiFi - [mail # user]
|
...My customer has posted a requirement for a generalized List / Fetchworkflow. I would not be able to express the target directory in theListFile as a fixed value because I would need to reset... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
How to resolve failure to coerce to byte[] in ExecuteScript python script -
NiFi - [mail # user]
|
...Thank you very much Matt. I'll make that refinement right now and reprocessmy data collection. -Jim.On Tue, Jan 23, 2018 at 1:08 PM, Matt Burgess wrote:> Jim,>> If you o... |
|
|
|
|
|