Re: Indexing Support

2015-10-18 Thread Russ Weeks
ood examples out there. The excellent Accumulo Recipes project has an implementation of such an algorithm, it would be pretty easy to port it to work with a PairRDD as described above. On Sun, Oct 18, 2015 at 3:26 PM Jerry Lam <chiling...@gmail.com> wrote: > I'm interested in it but I doubt there i

Indexing Support

2015-10-18 Thread Mustafa Elbehery
Hi All, I am trying to use spark to process *Spatial Data. *I am looking for R-Tree Indexing support in best case, but I would be fine with any other indexing capability as well, just to improve performance. Anyone had the same issue before, and is there any information regarding Index support

Re: Indexing Support

2015-10-18 Thread Jerry Lam
I'm interested in it but I doubt there is r-tree indexing support in the near future as spark is not a database. You might have a better luck looking at databases with spatial indexing support out of the box. Cheers Sent from my iPad On 2015-10-18, at 17:16, Mustafa Elbehery <elbeherym