Member since
03-01-2016
45
Posts
78
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2989 | 01-19-2018 10:46 PM | |
7941 | 01-18-2017 08:09 PM | |
7750 | 11-21-2016 10:15 PM | |
4837 | 11-07-2016 02:09 AM | |
5516 | 11-04-2016 09:31 PM |
03-12-2023
01:40 AM
{
"operation": "default",
"spec":{ "*" : {
"flow_file_id" : "${uuid}" }
}
} this spec is generating the same uuid for all the objects in the array of json.
... View more
09-04-2019
07:47 PM
Hi @ydavis , I found out the https://hub.helm.sh/charts/cetic/nifi which is only supported single node NiFi on Kubernetes now, is right? Is the multi-node NiFi cluster on Kubernetes still developing?
... View more
07-23-2018
04:37 PM
I found the issue. Ambari alerts support JMX but only via HTTP. Having JMX alone does not allow for ambari alert to be created. Therefore, what I am trying to do is create ambari alert on kafka where jmx is available through jconsole connnection. However, those metrics are not expose via http and return json result. Basically, it can't be done unless JMX is exposed via HTTP
... View more
01-23-2017
04:51 PM
Glad that worked! Concerning group permission definitely a known issue, don't believe there's a public work ticket that you can follow.
... View more
01-24-2018
07:17 AM
Resource for processor is not /processor but is instead /processors. Policies for reading and writing processors is /processors/{uuid} and /data/processors/{uuid}
... View more
06-18-2019
02:13 PM
Excellent post, very well explained and extremely helpful.
... View more
03-27-2019
07:05 PM
I have tried this mechanism and it works really well when using parameters for processors. But when it comes to parametrising controller services, the new key value pairs or updated key value pairs reflect in the services only after we restart the NiFi service. Is there a workaround to this?? The reason to parameterise controller service is that in an enterprise say we have many Oracle databases. Should we be creating a new controller service for every database or have just one controller service and pass it values from an external properties file??
... View more
08-31-2016
03:15 PM
@Sami Ahmad Instead of left clicking on the link in step three, right click and select "Save Link As..." option to save the xml template so it can be imported in to your NiFi. The dataflow template will show you all the components needed for this workflow. I believe the intent of this tutorial was not to teach users how to use the NiFi UI, but rather how to use a combination of specific NiFi components to build accomplish a particular workflow. Using the NIFi UI dataflow tools you can recreate the workflow as a UI dataflow building exercise. Thanks, Matt
... View more
10-26-2016
02:58 AM
Hi Yolada, How do you pass flowfile attributes into your JOLT Transformation? Thanks,
... View more