Re: Developing Giraph in an IDE

2015-06-04 Thread nishant gandhi
Follow my project. https://github.com/GraphResearchLab/Giraph_IIT_Patna_Work I have done it before. Thanks. Nishant Gandhi M.Tech. CSE IIT Patna On Fri, Jun 5, 2015 at 7:35 AM, Kenrick Fernandes wrote: > Hello, > > I have tried unsuccessfully to setup a local development environment to > dev

Developing Giraph in an IDE

2015-06-04 Thread Kenrick Fernandes
Hello, I have tried unsuccessfully to setup a local development environment to develop applications and play with Giraph code. So far, ive used a few tutorials and list threads for Eclipse and IntelliJ Community, and even tried adding the Hadoop project itself to the dependencies (compiling Giraph

Re: InMemoryVertex Format(s)

2015-06-04 Thread Sergey Edunov
Hi Khaled, Unfortunately, there is no official way to read data between supersteps right now. You can read all the data in the beginning and just keep it in memory. And you can write output between supersteps. But reading between supersteps is not supported yet. It has been in our TODO list for a

Re: InMemoryVertex Format(s)

2015-06-04 Thread Khaled Ammar
Hi Sergey, Thank you for your clarification. I noticed Igor email the other day, sounds exciting. I am looking forward to it. *One more question please*, What is the best approach to load data between supersteps? I understand that it is possible to create a FileSystem object, open a file, read i