Member since
07-11-2018
4
Posts
0
Kudos Received
0
Solutions
07-11-2018
12:35 PM
Thank u! i already have the script.. but the point is.. can i use h20 embebbed with nifi? @Felix Albani
... View more
07-11-2018
12:16 PM
Hi i would like to make dynamic predictions using H20 with NIFI, i would like to execute my phyton script in a processor. Anybody knows if its possible??? How can i install H20 in NIFI?? Thank u very much
... View more
Labels:
- Labels:
-
Apache NiFi
07-11-2018
06:39 AM
Sorry, i found it in a tutorial: var filename = flowFile.getAttribute('filename');
... View more
07-11-2018
06:27 AM
Hi, Executing a script i give my csv a name using this comand: flowFile = session.putAttribute(flowFile, "filename", filename); Some steps later, i would like to change the name of the file. ¿How can i get this attribute (using JS in an execute script processor)? I really appreciate your help Thanks a lot
... View more
Labels:
- Labels:
-
Apache NiFi