Member since
04-12-2019
8
Posts
0
Kudos Received
0
Solutions
12-05-2019
01:41 AM
Ok thats good, and how to attach file like xml is it possible to upload it as well or its just images? Thanks in advance, Emanuel Oliveira
... View more
12-03-2019
09:42 AM
Hi Steve, seems theres no way to paste screenshots (as I tried), seems i need to find a public server to host the screenshots prior to update my post. Will do that soon.. Meawhwile some answers/more detail: simple PG with no sub PGs, just processors+controllers+PG vars. anyway, doenst matter if i export PG or PG contents as xml template, i cant find any id's anyway. NiFi version (cluster of 3 nodes) 1.8.0 10/22/2018 23:48:30 EDT Tagged nifi-1.8.0-RC3 As soon I figured out a public server where I can host images, I will post full detailed request. But anyway and again.. its really basic problem.. IDs on xml template dont match whatever IDs I see on editor (canvas), no matter if i export full PG or just a bunch of processors.
... View more
12-03-2019
02:05 AM
This is really very basic question, Im surprised it doenst get answers.. Im just wondering if it is normal or not, that a NiFi processor id doesnt exist on the xml after we export processor group as template and download it ? Thanks in advance.
... View more
11-28-2019
04:02 AM
Hi, this has been troubling for months..
I simply can't find any CANVAS ID (Processor or ControllerService) on the exported XML template 😞
Example - on my canvas I see :
Name
PutS3Object
Id
0c6637cc-bea1-1c43-a023-921b68e400f5
Type
PutS3Object 1.0.0
Now i created template for the PG, and theres no 0c6637cc-bea1-1c43-a023-921b68e400f5 on the xml ?!
This is very annoying, why i can't see any IDs on canvas on the exported xml ?
We have cluster of 3 nodes and PG is versioned on NiFi registry.
Any suggestions in how to locate on XML template any Processor or ControllerService using their ID as visible on canvas editor ?
Thanks,
Emanuel O.
... View more
Labels:
- Labels:
-
Apache NiFi
04-12-2019
06:38 PM
Thats nice hint on calculating an aggregation like MAX on a single FlowFile. I wonder if QueryRecord can also performe aggregation on multiple FlowFiles and output just 1 FlowFile with answer ? Imagine ListS3 which can output multiple FlowFiles (1 per new file created since last time) and we would like to know which of these new n inbound which one is the most recent either using s3.modified or even filename itself shall its timestamp format yyyymmdd HH:mm:ss.SSS ? I wonder how to get the most recent file ?
... View more