Member since
07-30-2019
3133
Posts
1564
Kudos Received
909
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
141 | 01-09-2025 11:14 AM | |
841 | 01-03-2025 05:59 AM | |
430 | 12-13-2024 10:58 AM | |
470 | 12-05-2024 06:38 AM | |
381 | 11-22-2024 05:50 AM |
11-10-2016
01:21 PM
@vlundberg This has nothing to do with being installed via Ambari. If the core-site.xml file that is being used by the HDFS processor in NiFi reference a Class which NiFi does not include, you will get a NoClassDef found error. Adding new Class to NiFi's HDFS NAR bundle may be a possibility, but as I am not a developer i can't speak to that. You can always file an Apache Jira against NiFi for this change. https://issues.apache.org/jira/secure/Dashboard.jspa Thanks, Matt
... View more
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