Member since
07-30-2019
3382
Posts
1616
Kudos Received
998
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 321 | 10-20-2025 06:29 AM | |
| 461 | 10-10-2025 08:03 AM | |
| 340 | 10-08-2025 10:52 AM | |
| 364 | 10-08-2025 10:36 AM | |
| 397 | 10-03-2025 06:04 AM |
11-10-2016
01:01 PM
4 Kudos
@kumar Check out this template as it will do exactly what you are looking for: Retry_Count_Loop.xml Just feed your failure relationship in to this process group and the output from this process group back to your processor. Thanks, Matt
... View more
11-09-2016
04:40 PM
1 Kudo
@Obaid Salikeen Unfortunately the answer is no at this time. NiFi has zookeeper as a dependency in HDF Ambari, so it is installed when the NiFi service is selected. Once NiFi is deployed there is nothing stopping you from updating the NiFi configs via Ambari to point at your existing Zookeeper you already have installed elsewhere. Keep in mind that other service within the HDF Ambari stack also rely on Zookeeper, so you may need to reconfigure them as well. Matt
... View more
11-09-2016
03:53 PM
@Vinod Chhabria We should try to keep one thread going instead of creating a new "answer" each time. NiFi supports the following browsers:
Mozilla Firefox: current & current - 1 Google Chrome: current & current - 1 Microsoft Edge Safari 8 The version of Firefox you are using is pretty old. If you upgrade to the current Firefox version or try using teh current version of Chrome instead, do you still see the same behavior? Thanks, Matt
... View more
11-09-2016
03:44 PM
@Vinod Chhabria What browser and version are you using?
... View more
11-09-2016
03:11 PM
Processor have not notion of what processors come before or after them in a dataflow. A processor simply has an establish set of rules governing its configuration. For example: Required properties XYZ must be set, all downstream relationships must be defined, and/or at least one upstream connection must be connected. So in the case of the ReplaceText processor it does not know who the source of the upstream connection is. It simply cares that one exists from which to pull FlowFiles from its queue.
... View more
11-09-2016
02:56 PM
1 Kudo
@Vinod Chhabria What you are trying to do definitely works. What version of NiFi/HDF are you using? Is this a standalone NiFi or a cluster?
When you drag the connection from ConsumeKafka to ReplaceText are you seeing any component get highlighted green including the ConsumeKafka processor itself? If so, without letting go of the mouse button drag you cursor back over the ConsumeKafka and then back to the ReplaceText. Did the highlighting of the ConsumeKafka go away? Did ReplaceText now highlight? Thanks, Matt
... View more
11-09-2016
02:23 PM
Is this a standalone NiFi install or a NifI cluster?
... View more
11-09-2016
02:22 PM
1 Kudo
@Vinod Chhabria There is nothing that would prevent that connection from being allowed. Try dragging the connection again. If it still does not highlight green try the following: Try making a copy of your replaceTEXT processor and see if you can connect to the copy. Right click on replace TEXT and select "copy" then right click on empty graph space and click "paste". Matt
... View more
11-09-2016
01:01 PM
1 Kudo
@Vinod Chhabria Could you elaborate on what you mean by "I am unable to connect ConsumeKafka to ReplaceText." Are you seeing an error when trying to do so?
... View more
11-08-2016
08:03 PM
1 Kudo
@Sunile Manjee You are absolutely correct, HDF does not require that all the HDF services are installed. All the services are installed through RPMs. When you run through the Ambari Wizard you will be asked to select the services you wish to "Deploy". By default they are all checked except for log search which is currently Technical Preview (TP). Simply uncheck all the services you do not want to install. If you uncheck something that is a dependency of NiFi, the wizard will let you know. Thanks, Matt
... View more