usc-cloud / goffish

USC GoFFish Graph Analytics Framework
32 stars 11 forks source link

Dynamically Map Goper Node/Port wiring to Partitions #82

Open charithwiki opened 11 years ago

charithwiki commented 11 years ago

Currently in Gopher Partition to Node Mapping is Static. But users does not have control over which node will appear local to which partition.As a result we need to start the containers in a given order to get the correct deployment.

We need a way to dynamically get this information and do the routing dynamically based on which node is co located with which partition.