Member since
10-22-2018
9
Posts
0
Kudos Received
0
Solutions
05-13-2019
04:19 PM
Hi Jobin, Thanks for the post.I am doing same exactly what you did but i am getting error NIFI flows Curl Command *****Proccessors UUID***** putNext UUID----> b0971f42-016a-1000-ea25-30e14e18c4ea generateflow UUID------> b094e512-016a-1000-7e53-e5b4570d3a52 connection UUID----> b096684f-016a-1000-fe11-3d8b80583b38 Note: I am doing this in windows PC locally. Please help here
... View more
11-28-2018
09:07 AM
I checked both the windows system ,firewall is open .checked by using ping coomand.
... View more
11-22-2018
07:02 AM
Thanks for reply Abhinav.You can't imagine how much relax i am feeling now .I was chashing you from many days.even i have tried to contact Abdelkrim Hadjidj for https://medium.freecodecamp.org/building-an-iiot-system-using-apache-nifi-mqtt-and-raspberry-pi-ce1d6ed565bc //
The current status of my POC is - I am able to create data flow between minifi(more than 2 system )and NIFI but stuck in C2 server configuration. I have done setup in windows machine.Thanks again Abhi
... View more
11-20-2018
09:49 AM
I am getting below error :2018-11-12 16:37:28,189 WARN [pool-2-thread-1] o.a.n.m.b.c.i.PullHttpChangeIngestor Hit an exception while trying to pull http://java.net.ConnectException: Failed to connect to /127.0.0.1:10080 Jira tkt for the same issuehttp://mail-archives.apache.org/mod_mbox/nifi-commits/201805.mbox/%3CJIRA.13157686.1525721467000.15178.1525721820467@Atlassian.JIRA%3E How to resolve above issue.Please help.
... View more
11-12-2018
06:08 PM
Hi Abhinav,Did u receive below error while working on above implementation o.a.n.m.b.c.i.PullHttpChangeIngestor Hit an exception while trying to pull java.net.ConnectException: Failed to connect to /127.0.0.1:10080
... View more
11-09-2018
02:25 PM
I follow the steps. 1. downloaded minif c2 server in windows where my nifi is running. 2.created a template using nifi ui with name given examplename iot-minifi-raspberry-agent.v1 3.changed minifi c2 property port -8080 (i was also getting port 10080 is already in use) 4.changed minifi-c2-context.xml property ----> <constructor-arg>
<value>http://localhost:9090/nifi/</value>
</constructor-arg> in this url my nifi is working,so this only changed 5.my minifi is running in different windows machine there i changed bootstrap property like below ---------------------------------------*****-------------- # Hostname on which to pull configurations from nifi.minifi.notifier.ingestors.pull.http.hostname=localhost # Port on which to pull configurations from nifi.minifi.notifier.ingestors.pull.http.port=8080 # Path to pull configurations from minifi.notifier.ingestors.pull.http.path=/c2/config # Query string to pull configurations with nifi.minifi.notifier.ingestors.pull.http.query=class=iot-minifi-raspberry-agent ----// name of my template ?? should i use version also like .v1 # Period on which to pull configurations from, defaults to 5 minutes if commented out nifi.minifi.notifier.ingestors.pull.http.period.ms=60000 -----------------------------------*****------------------- 6.now all changes are done now checking whether my changes are done correctly by hitting below url -- http://localhost:8080/c2/config?class=iot-minifi-raspberry-agent.v1&version=1 I can see yml is showing but that is already present in minifi c2 -->files folder , how my template's yml will create.where i m doing wrong or my understanding is incorrect .Please help @Raymond Honderdors @Abhinav Joshi @Bryan Bende Any help would be really appreciated.Thanks in advance
... View more
11-09-2018
12:44 PM
Hi Abhinav, I am doing the same POC connect MINIFI NIFI using minifi c2 .Could you please guide us on this .As of now we have done minifi to nifi connectivity-Receiving data to nifi end , generated from minifi agent but now have to use minifi c2 controller.Please help buddy. What i have understood Minifi c2 and nifi should be in same machine and minifi in another machine(windows) then did some configuration changes and try to run minifi c2 but getting error . I am following below link https://medium.freecodecamp.org/building-an-iiot-system-using-apache-nifi-mqtt-and-raspberry-pi-ce1d6ed565bc
... View more
10-22-2018
02:44 PM
you have to go to path where nifi is installed.and that will be hdf folder which will not be found under root or your user. follow the steps to find
go to cmd and hit this command ---> sudo docker exec -it sandbox-hdf /bin/bash then
go to path
/usr/hdf/3.1.2.0-7/nifi
you will see nifi related folders. Now,
create you input directory
mkdir - inputdir
mkdir -outputdir that's it ! use this directories in your getfile and putfile processor.
Note: all folder permission should be NIFI as well as input data as well . Happy Learning! let me know if any issue posted on :Mon.Oct 22,2018
... View more