Member since
06-26-2017
191
Posts
10
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1438 | 09-22-2017 07:13 PM |
11-27-2017
09:04 PM
@Bryan Bende Thanks for the response, appreciate it, so it looks like it does not alter the contents original packet, it takes the content and wraps them in a packet with nifi's ip address, am I correct here?
... View more
11-27-2017
08:31 PM
@Bryan Bende , @Matt Burgess any suggestions or help in this case
... View more
11-21-2017
06:16 PM
HI All, Thanks a lot this awesome community. I have listenUDP which listen to events from different firewalls, and then sending it to custom software by using putUDP. In the custom software tool, now all the senders address are changed to nifi nodes instead in original sources. Any help to reatain the original address here? Any suggestions Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
11-15-2017
08:01 PM
Hi All, Thanks a lot to this awesome community. Is there any way to check for failure messages in failure queue, and route it to appropriate processor back in the flow based on the failure message. For example, if the message in the failure is "Message is too long", I want it to route it back to splittext processors and split the message and route it again. Any suggestions or ideas Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
11-15-2017
06:07 PM
@Wynner Thanks a lot for the response, appreciate it. so I am not sure if I understood completely, I will make this change through ambari UI right? and if I make change thru ambari UI, I need to go on each node and make the change. for example on node1 nifi.remote.input.host=node1 on node 2 nifi.remote.input.host=node2 No I have never used the remote process group, I was looking to distribute the load on same the nifi ncm using remote process group, any suggestion, advise? Thanks Dheeru
... View more
11-14-2017
09:53 PM
Hi All,
Thanks a lot this awesome community.
I am trying to balance the load after the list files using fetch files. In this case the listfile and fetchfile are on the same nifi ui.
I need to set this nifi.remote.input.host=<fqdn of all the nodes in the cluster?>
Do I need to give the FQDN of all the nifi nodes in a comma separated way? any suggestions Thanks a lot Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
11-14-2017
09:48 PM
@Shu this worked Thanks a lot, appreciate it
... View more
11-14-2017
06:28 PM
@Shu @Bryan Bende any idea, please help Thanks Dheeru
... View more
11-14-2017
05:01 PM
Hi All, Thanks a lot to this awesome community. using QueryDatabaseprocessor to fetch data from a teradata db table where logtimestamp is used for incremental fetch. the format for this timestamp is timestamp(0) but it stores the state and add milii seconds for example my timestamp is in the DB 2017-11-11 20:30:32 and when the querydatabase porcessor stores the state, it is 2017-11-11 20:30:32.0 so when next time it queries to get incremental data it gives an error invalid time stamp any help or suggestion
... View more
Labels:
- Labels:
-
Apache NiFi
11-09-2017
07:40 PM
1 Kudo
@Shu I checked again, the regex \n+\s+ does not remove the first line if it is blank, other than that it replaces all the blank lines, even if there are empty lines in the end, trying your regex for removing first blank line Thanks again
... View more