Member since
07-03-2017
7
Posts
0
Kudos Received
0
Solutions
07-13-2017
03:13 PM
Thank you for clarified me @Matt Clarke
... View more
07-13-2017
02:19 PM
@Matt Clarke so we should restart nifi ,if we develop any processor , am i correct? suppose while one dataflow processing data,later i want to add my custom processor to design another data flow. then i shoould add that nar file to lib and i should restart nifi, my doubt was , whatever the time period between stop and start nifi again, that time period data we could recieve or not?
... View more
07-13-2017
01:27 PM
Should we need to restart nifi cluster everytime when we develop a new custom processor? Suppose if i have a nifi cluster or single node nifi ,one flowfile process group is processing the data continuosly(realtime data) Later i want to design a new data flow which contains some custom processors , for that we should put nar files into the lib folder then we should restart the nifi again , so there is an abstraction for the first process group flow file it will stop so we will loss the data . Is there any way to avoid this,any automation is there ?How we need to configure ,can you please describe me?
... View more
Labels:
- Labels:
-
Apache NiFi
07-06-2017
05:46 AM
We have a nifi two node cluster on vm ,and need to process the data to cosmosDb graph api from azure sql server,i have written a custom processors to get the data from sql server and import into graph api, I have 6 connection stirngs for each user that means 6 flowfiles : Flow like:first populate the users,items,and items they have bought into graphDb ,like this ,everything is fine fetching data but problem is while inserting into graph db ,each flowfile size 12mb to 30 mb data . even we have 2 node cluster ,but processing the data only in one node not processing by both ,so its taking time and hanging and getting heap out of memory exception ,not able to insert all users data Could you plz explain the cluster how to configure two process the data by two nodes .
... View more
Labels:
- Labels:
-
Apache NiFi
07-06-2017
05:27 AM
Thank You mkalyanpur for ur response and i will try
... View more
07-06-2017
05:26 AM
Thank You Wynner for ur response. i will try
... View more
07-03-2017
10:39 PM
drawing-1.jpegHi, I have a requirement to to wait one processor upto another processor complets its task 1.Let say I have a json array ,which contains the 6 json objects, i am splitting the json array so then i have 6 flowfiles 2.These 6 flowfiles one by one sending to the invokeHttp processor and get the 6 responses .Here i need to check the last response if its success then i need to start the another processor 3.I have attached the diagram representation ,please find. In Nifiprocessor box which one i should use.Could you please provide the solution ? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi