Re: UnavailableShardsException after loading 1.5M documents

2014-06-09 Thread Chris Mildebrandt
in parameters. Any ideas what I can try? Thanks, -Chris On Friday, June 6, 2014 4:59:49 PM UTC-7, Chris Mildebrandt wrote: It looks like the problem is on my end. I misplaced the HEAP size parameter and was only running with 1GB. After bumping it up to a more respectable amount, the loading is humming

UnavailableShardsException after loading 1.5M documents

2014-06-06 Thread Chris Mildebrandt
Hi all, I'm using the Python API (pyes) to perform the bulk loading of our data, here's the important part of the code: import os from pyes import ES max_docs = 1 es = ES(server='hadoop42.robinsystems.com:9200') for prefix in xrange(1, 105): f_name = os.path.join('data',

Re: UnavailableShardsException after loading 1.5M documents

2014-06-06 Thread Chris Mildebrandt
It looks like the problem is on my end. I misplaced the HEAP size parameter and was only running with 1GB. After bumping it up to a more respectable amount, the loading is humming along again. -Chris -- You received this message because you are subscribed to the Google Groups elasticsearch