Array into MongoDB

2015-09-24 Thread Adam Williams
I have an array of JSON object I am trying to put into Mongo, but I keep hitting this on the PutMongo processor: ERROR [Timer-Driven Process Thread-1] o.a.nifi.processors.mongodb.PutMongo PutMongo[id=c576f8cc-6e21-4881-a7cd-6e3881838a91] Failed to insert

Re: Array into MongoDB

2015-09-24 Thread Aldrin Piri
fwilli...@outlook.com > To: users@nifi.apache.org > Subject: RE: Array into MongoDB > Date: Thu, 24 Sep 2015 21:23:35 + > > > Bryan, > > I think that is whats happening, fans spinning like crazy, this is my > current bootstrap.conf. I will bump it up, are there any

Re: Array into MongoDB

2015-09-24 Thread Bryan Bende
One other thing I thought of... I think the JSON processors read the entire FlowFile content into memory to do the splitting/evaluating, so I wonder if you are running into a memory issue with a 180MB JSON file. Are you running with the default configuration of 512mb set in conf/bootstrap.conf ?

Re: Array into MongoDB

2015-09-24 Thread Jeff
the array into individual > objects. It worked on a small subset, but a large seems to just hang. > > From: aldrinp...@gmail.com > Date: Thu, 24 Sep 2015 18:54:06 -0400 > Subject: Re: Array into MongoDB > To: users@nifi.apache.org > > Bryan is correct about the backin