Member since
06-26-2017
191
Posts
10
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1979 | 09-22-2017 07:13 PM |
11-07-2017
08:48 PM
@Bryan Bende Thanks a lot for the response appreciate it, yes you re absolutely correct about, I have 4 listenudp merging on to 2 merge processors in serial and the puthdfs. I am batching the message for throughput in each of the listenUDP processors and the default matching delimiter is \n so sometimes "This is message 1\n\nThis is message 2\n" this happens. What I am looking for is this pattern in hdfs This is message 1 This is message 2 however right now it is writing to hdfs as This is message 1 \n This is message 2 here the extraline takes the additional memory. Any way we can avoid it? Thanks Dheery
... View more
11-07-2017
06:15 PM
@Abdelkrim Hadjidj Thanks a lot solidifies my understanding, appreciate it
... View more
11-07-2017
04:36 PM
Hi All, Thanks a lot to this aweosome community. We have a listenTCP and listenUDP processors listening for events. We have set "Max Batch Size" to 20000 increase throughput. However sometime in between messages a new line chacrater is added in a flowfile. Is it because of Batching Message delimiter? I guess no beause it is happening in between the messages in a flowfile. any suggestions? Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache NiFi
11-07-2017
01:32 PM
Hi All, Thanks to this awesome community. I am trying to understand how does a querydatabasetable works behind the scenes. I have not scheduled the porcessor to run. So does it keeps querying to database? keeps polling? or runs on some default schedule if we do not provide one. From the documentation it says processor is intended to run on primary node only, any specific reason? Any suggestions to clarify my doubt here. Thanks Dheeru
... View more
Labels:
- Labels:
-
Apache NiFi
11-06-2017
10:30 PM
Hi All, Thanks a lot to this awesome community. I am trying to replicate a directory structure from where I am listing and fetching the files using list and fetchsftp I did a PoC and I can see it stores the filename but not sure if it can store the directory structure if I give the top level direcotry to list. Any suggestion or help Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
11-01-2017
04:01 PM
@Shu Appreciate your help This is as clear an explanation as it can get Thanks again
... View more
11-01-2017
12:51 AM
@Shu
Thanks a lot for confirming, appreciate it.
... View more
10-31-2017
08:36 PM
@Wynner Thanks a lot for theconfirmation, yes I set nifi.cluster.node.protocol.max.threads=50 and nifi.cluster.node.protocol.threads=49, I have 5 nodes in a cluster 16 cores
... View more
10-31-2017
08:34 PM
Hi All, Thanks a lot this awesome community. I read tha JOIN queries are not possible in NiFi, https://community.hortonworks.com/questions/64667/joining-tables-within-nifi.html so I thought of a workaround by creating a view in the database and then queriyng the view so I will be using tablename as the view name in the properties of querydatabasetable, I do not have a sample database, is this something which can be done? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi