Member since
11-18-2016
38
Posts
7
Kudos Received
0
Solutions
09-11-2017
07:02 AM
Hi, Im trying the basic concat using QueryRecord Processor in NIFI. sample firstname +' '+ lastname, but im having an error. Please see the attached image. How can i concat in this processor? Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
08-31-2017
03:26 AM
Hi @Wynner, sorry for the late response. I tried it and its working. Thank you so much! But i need to delete the file so it will just fetch 1 time.
... View more
08-23-2017
05:19 AM
Hi, Im throwing multiple csv files on my hdfs every minute using logstash. I need to get the files from the past minute from the current time. Im using nifi in this process. For example right now is 11:30 AM, I need to get ONLY all the files that are saved 1 minute ago or 11:29AM. What is the best approach here using nifi? Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
08-17-2017
03:09 AM
It worked! thank you so much. can this query record make aggregation in real time manner? like ill accept data every second then go save it in hbase, but i always should update the data in hbase.
... View more
08-16-2017
09:53 AM
Hi, How can i aggregate my csv data in nifi? Can you please give me options. I have csv coming every hour. For example my csv data is: Name, Subject stud1, math stud2, english stud3, math stud4, math stud5, english stud6, science My needed output is: math, 3 english, 2 science, 1 Can i make this without using any execute scripts? Thank you.
... View more
Labels:
- Labels:
-
Apache NiFi
06-22-2017
10:34 AM
@Pierre Villard Thanks for the response sir, hmm. sorry about the screenshot cause i already tried the listensyslog but they have the same error. But trying to stop the logstash which is also listening to this port made it. Thank you so much!
... View more
06-22-2017
09:57 AM
Hi Guys, I have a log simulator, which is sending 10k events per second on my port 5043. I used the ListenTCP Processor to fetch the events but im having an error. 1. 2. So, i tried to lowered the Socket Buffer Size. The first image error was gone, but the second error is still showing. Am i correct that i can already listen to 5043 port and i'm still getting this error(second pic), because my nifi cannot handle the amount of events? I'm sorry, newbie here. Thank you. Regie
... View more
Labels:
- Labels:
-
Apache NiFi
05-24-2017
07:13 AM
@Matt Clarke Thanks sir. Anyway for addition question, is there a processor that will change this
Line1 : value
Line2 : value
Line3 : valu
Line4: value to JSON format? Thank again.
... View more