Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serializability #1

Open
geoHeil opened this issue Aug 14, 2019 · 0 comments
Open

serializability #1

geoHeil opened this issue Aug 14, 2019 · 0 comments

Comments

@geoHeil
Copy link

geoHeil commented Aug 14, 2019

This implementation is not serializable.

I would like to broadcast the rtree2 in spark. this requires me to have it serializable.
How could I add this functionality back in?

// deserialize the entries from disk (for example)
List<Entry<Thing, Point> entries = ...
// bulk load
RTree<Thing, Point> tree = RTree.maxChildren(28).star().create(entries); 

how could something like this work in the case of a spark broadcast variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant