Member since
01-12-2017
11
Posts
1
Kudos Received
0
Solutions
01-13-2017
11:14 PM
@Karthik Narayanan I think the issue was with memory as you pointed out. I am running nifi for last 20 mins and it has not exited. the status command also shows that it is running. I am not able to open the browser but that's probably because of low system resources. I will wait for some more time and see if there are any issues.
... View more
01-13-2017
10:23 PM
@Karthik Narayanan I am being patient enough but it just does not start. I think it might be that my ec2 instance is low on memory and disk. It is a free instance. 10GB disk, 1GB memory and 1 core. Is that insufficient for nifi? I am not stopping nifi manually. It just dies automatically.
... View more
01-13-2017
09:34 PM
@mpayne The PID I got was 25163. The result for "ps -ef | grep <pid>" is below. I am not sure how to interpret the below result. Does this look like a valid PID? ec2-user 25257 23220 0 16:30 pts/0 00:00:00 grep --color=auto 25163
... View more
01-13-2017
09:14 PM
@mpayne I gave 777 permission to all files and folders in nifi_home but still no luck.
... View more
01-13-2017
08:54 PM
@Karthik Narayanan I uploaded the two log files (renamed them as txt for upload) and screenshot of directory structure. Do you see any issues with these? Thanks for all your help! directorystructure-screenshot.jpgnifi-app.txtnifi-bootstrap.txt
... View more
01-13-2017
08:35 PM
@mpayne I tried running nifi using ./nifi.sh start and after few minutes tries ./nifi.sh status and I still get the same result that nifi is not running.
... View more
01-13-2017
08:34 PM
@Karthik Narayanan nifi-bootstrap.log and nifi.app.log do not show any error. I added the java.arg.15 line but I still get the same issue.
... View more
01-13-2017
07:37 PM
@Karthik Narayanan I am not sure if my previous reply got posted. I think it got lost. My 8080 is not in use. I ran netstat -pan and did not get any reference of 8080 in my output. I also tried changing port to 9090 but no luck. The log files don't contain any error either. The file: nifi-user.log stays at 0KB though. Any other suggestions? Thanks for your help!
... View more
01-13-2017
07:11 PM
Hello all, I downloaded NIFI on a linux ec2 node. I set the JAVA_HOME and am trying to run as su. I am running the command ./nifi.sh run. I do not see any error messages on nifi-app.log or nifi-bootstrap.log but when I check status I keep getting "Apacha Nifi not running". Am I missing some basic check here? One more issue: nifi-user.log file stays at 0 KB (doesn't get updated). Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
01-12-2017
03:02 PM
1 Kudo
Hello all, I am using Nifi and I am pulling JSON data from a kafka topic using ConsumeKafka processor. I need to compute an average of a particular attribute's value across multiple flowfiles in a given time window. Any ideas on how this can be done? I have tried using EvaluateJsonPath and UpdateAttribute to do this but it seems that UpdateAttribute only allows me to do mathematical operations on the current flowfile and I cannot access the previous flowfile using this processor. Is there a processor that can do this? Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi