Re: Bagel and partitioning

2013-08-27 Thread Denis Turdakov
Hi Reynold, Thanks for your answer. Concerning to second question. Partitioning could be implemented on top of Bagel, but since Bagel interface does not require user to expose data about edges this would need some different interface to represent graph data. Adding edge data seems more reason

Re: Bagel and partitioning

2013-08-16 Thread Reynold Xin
Hi Denis, Thanks for the email. I didn't look at the paper yet so I don't fully understand your use case. But here are some answers: 1. Do you plan to continue development of Bagel? Bagel will be subsumed by GraphX when GraphX comes out. We will try to provide a Bagel API on top of GraphX so exi

Bagel and partitioning

2013-08-16 Thread Denis Turdakov
Hello everyone, In ISPRAS (http://ispras.ru) we are working on several problems of social network analysis. In our work we are using Bagel implementation in Spark. As one of ways to improve graph analysis performance we implement a graph partitioning algorithm based on balanced label propaga