Re: Put to update a processor (REST API)

2015-10-13 Thread Devin Pinkston
Matt thank you very much that did the trick! On Mon, Oct 12, 2015 at 10:33 PM, Matt Gilman wrote: > Devin, > > Within the config you need specify "properties". > > { > "revision": { > "version": 0, > "lastModifier": "value" > }, >

Re: Need help in nifi- flume processor

2015-10-13 Thread Bryan Bende
Parul, You can use SplitJson to take a large JSON document and split an array element into individual documents. I took the json you attached and created a flow like GetFile -> SplitJson -> SplitJson -> PutFile In the first SplitJson the path I used was $.packet.proto and in the second I used

Re: Need help in nifi- flume processor

2015-10-13 Thread Parul Agrawal
Hi, I tried with the above json element. But I am getting the below mentioned error: 2015-10-12 23:53:39,209 ERROR [Timer-Driven Process Thread-9] o.a.n.p.standard.ConvertJSONToSQL ConvertJSONToSQL[id=0e964781-6914-486f-8bb7-214c6a1cd66e] Failed to parse

Problem with HandleHttpRequest/HandleHttpResponse

2015-10-13 Thread Sebastian Lagemann | iQU
Hi, We experience currently the problem that we got an „Failed to export StandardFlowFileRecord to HttpOutput due to org.eclipse.jetty.io.EofException“ exception which blocks incoming HTTP requests and with queued flow files between the HandleHttpRequest and HandleHttpResponse connection until

Re: Problem with HandleHttpRequest/HandleHttpResponse

2015-10-13 Thread Mark Payne
Seb, Thanks for all of the information. The stack trace certainly is helpful. This appears to be a bug. I have created a ticket [1] for this issue. The FlowFile certainly should be routed to failure. The ticket is currently assigned to the 0.4.0 version. Thanks -Mark [1]

Re: site to site setup - Remore instance not configured

2015-10-13 Thread Joe Witt
Do we have a JIRA out for making site to site docs better with setup guides/etc..? This has always been tricky... On Tue, Oct 13, 2015 at 5:06 PM, Chakrader Dewaragatla wrote: > Thanks Matthew it worked, no errors this time. > As noted below, we would like to

Re: site to site setup - Remore instance not configured

2015-10-13 Thread Matt Clarke
So you're "nifi flow" RPG should not have any connection lines coming out of it. The input port should not have any connections coming in to it. You should have what looks like two separate independent flows on your graph. Flow 1 would consist of the listenHTTP connecting to the RPG directly.

Re: site to site setup - Remore instance not configured

2015-10-13 Thread Matthew Clarke
Yes, the Remote Process Group (RPG, also known as the site-to-site) will talk to the NCM which will provide connected nodes status information. It will then load balancer data to the nodes in that cluster. On Oct 13, 2015 5:06 PM, "Chakrader Dewaragatla" < chakrader.dewaraga...@lifelock.com>