harsha2010 / magellan

Geo Spatial Data Analytics on Spark
Apache License 2.0
534 stars 149 forks source link

Issue with indexing #218

Closed sthathagit closed 6 years ago

sthathagit commented 6 years ago

Trying to use index functionality but some reason it hangs and job does not finishes. Spark - 2.1.1 Scala - 2.11.8 Magellan - 1.0.5

Data Sets are very small about 100 records in both points and polygons data sets. Followed the documentation and enabled index and set the rule as per documentation. Tried to decrease the index down to 5 still same issue.

Without index it does work but we really need this index feature so do you have any idea on this issue?

Regards, Surendra

sthathagit commented 6 years ago

I was trying to apply indexes for UTM shape file but author mentioned that indexing only works for WSG coordinates as of now so closing this issue.