Member since
08-20-2016
9
Posts
1
Kudos Received
0
Solutions
02-21-2017
10:12 AM
Thanks @Pierre Villard for your help. I found the problem, it was with the port.
... View more
02-21-2017
09:34 AM
Hi @Pierre Villard, as mentioned in the post. I have working system. I have Hbase_1_1_2_ClientService but it is not throwing some kind of error, which I am not able to understand. Screen shot from non working machine.
... View more
02-21-2017
07:43 AM
Nifi is not able to connect to zookeeper also. Even though all hadoop, hbase, zookeeper, and nifi services are running. ubuntu@ubuntu-14:~$ jps 24211 RunNiFi 24228 NiFi
4965 HQuorumPeer 5031 HMaster 871 Jps 3992 SecondaryNameNode 3562 NameNode 4331 NodeManager 3755 DataNode 5165 HRegionServer 4158 ResourceManager
... View more
02-20-2017
06:53 PM
Hi, I am trying to push data in to HBase. It was working fine on my personal PC. Trying to do same on a VM - running with Ubuntu 14.04 server. Not able to do it. It keeps on poping the error - controller service is disabled and data is not getting stored on Hbase.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache NiFi
08-23-2016
07:44 PM
Second option didn't work. I have installed jdk, need to check whether that might solve the issue.
... View more
08-23-2016
05:11 PM
@Shishir Saxena, I haven't done much. I have just used the code from here https://gist.github.com/mattyb149/6c09608b09ea07639e1a. Changed the link. I have tried similar to your example as well, it is not working on my machine.
... View more
08-23-2016
02:49 PM
Thanks for detail instructions @Timothy Spann. I have been trying to create SSL certificate. But I am getting following an errors, which am not able to fix. I have deleted and installed java. Still I am getting same error. I have even created SSL certificate as discussed in the page http://www.batchiq.com/nifi-configuring-ssl-auth.html.
... View more
08-22-2016
05:55 PM
Hi @gkeys, Thanks for a reply. I have tried looking in to logs , it is not much of help. Process gets killed after some iterations, nothing else from logs. jay@jay-HP-EliteBook-Folio-9470m:/usr/local/nifi/logs$ tail -f nifi-app.log | grep InvokeHTTP
2016-08-22 19:11:45,952 INFO [NiFi Web Server-186] o.a.n.controller.StandardProcessorNode Stopping processor: class org.apache.nifi.processors.standard.InvokeHTTP
2016-08-22 19:11:45,954 INFO [StandardProcessScheduler Thread-6] o.a.n.c.s.TimerDrivenSchedulingAgent Stopped scheduling InvokeHTTP[id=7544b184-8ee4-47b8-a9ec-b13f7d9fb31a] to run jay@jay-HP-EliteBook-Folio-9470m:/usr/local/nifi/logs$ tail -f nifi-app.log | grep PutFile
2016-08-22 19:11:45,954 INFO [StandardProcessScheduler Thread-1] o.a.n.c.s.TimerDrivenSchedulingAgent Stopped scheduling PutFile[id=83fa4ab2-778b-4017-83e0-d9171820b942] to run Data always gets dropped at InvokeHTTP. In InvokeHTTP it shows as 16bytes read data for each iteration, 0 bytes for write data. In data for Invoke is 16bytes , and out it is 0. In PutFile everything is 0.
... View more
08-20-2016
11:52 AM
1 Kudo
I have looked in to the following template by @Matt Burgess, which works fine for storing the data on my machine. https://gist.github.com/mattyb149/6c09608b09ea07639e1a I have tried to save json file from https://thingspeak.com/channels/64519/feed.json. From InvokeHTTP ---> PutFile is not receiving any data. I am new to NIFI, i might be missing something.
... View more
Labels:
- Labels:
-
Apache NiFi