Re: Index population over table contains 2.3 x 10^10 records

2018-03-22 Thread Margusja
Great hint! Looks like it helped! What a great power of community! Br, Margus > On 22 Mar 2018, at 18:24, Josh Elser wrote: > > Hard to say at a glance, but this issue is happening down in the MapReduce > framework, not in Phoenix itself. > > It looks similar to problems

Re: Index population over table contains 2.3 x 10^10 records

2018-03-22 Thread Josh Elser
Hard to say at a glance, but this issue is happening down in the MapReduce framework, not in Phoenix itself. It looks similar to problems I've seen many years ago around mapreduce.task.io.sort.mb. You can try reducing that value. It also may be related to a bug in your Hadoop version. Good