We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
how could something like this work in the case of a spark broadcast variable?
The text was updated successfully, but these errors were encountered: