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

Implement Dummy Partitioner #3204

Closed
daniel-j-h opened this issue Oct 28, 2016 · 2 comments
Closed

Implement Dummy Partitioner #3204

daniel-j-h opened this issue Oct 28, 2016 · 2 comments

Comments

@daniel-j-h
Copy link
Member

Implement a dummy partitioner e.g. doing geographic partitioning either on the node based graph and then try to infer partitions for the edge based graph, or already on the edge based graph with some heuristics. The output should be a mapping from node ids to partition ids.

@danpat
Copy link
Member

danpat commented Jan 11, 2017

A very simple approach for this could be a tile/quadkey approach. Definitely not optimal, but should be simple to implement, and would allow us to work out the kinks on the other interfaces.

@daniel-j-h
Copy link
Member Author

Stale. We went for the full blown solution (again) in #3603. No love for dummy partitioners.

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

2 participants