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 kenrick@gmail.com wrote: Hello, I have tried unsuccessfully to setup a local development

Re: Not able to compile giraph-debugger

2014-12-16 Thread nishant gandhi
. There is no hurry. I don't want to bother you much. Friday night is also great for me. Thanx Nishant Gandhi M.Tech. CSE IIT Patna On Tue, Dec 16, 2014 at 12:16 PM, Semih Salihoglu se...@stanford.edu wrote: Sorry for getting to this late. As I said on a separate email, I am on vacation until early January

Re: Not able to compile giraph-debugger

2014-12-16 Thread nishant gandhi
forward for the talk. have a happy holidays. Nishant Gandhi M.Tech. CSE IIT Patna On Tue, Dec 16, 2014 at 1:28 PM, nishant gandhi nishantgandh...@gmail.com wrote: hi semih, I have already installed protocol buffer. protoc command is also working with same user as of giraph graft. I have also

Not able to compile giraph-debugger

2014-12-14 Thread nishant gandhi
Hi, I do not able to compile giraph-debugger successfully. Following is the error message attached. Nishant Gandhi M.Tech. CSE IIT Patna [INFO] Scanning for projects... [INFO] [INFO

Re: Please welcome our newest committer, Sergey Edunov!

2014-12-04 Thread nishant gandhi
Congratulation Sergey...!!! Nishant Gandhi M.Tech. CSE IIT Patna On Thu, Dec 4, 2014 at 4:19 PM, Claudio Martella claudio.marte...@gmail.com wrote: Congrats Sergey and welcome! On Wed, Dec 3, 2014 at 7:34 PM, Maja Kabiljo majakabi...@fb.com wrote: I am happy to announce that the Project

MessageCombiner

2014-05-11 Thread nishant gandhi
Hi, I am trying to write code that use Combiner. I want to combine all message into one for each vertex. That one message contains message value bigger than all the other message values. Please help. Nishant Gandhi M.Tech. CSE IIT Patna

Re: understanding tiny_graph.txt

2014-04-17 Thread nishant gandhi
, Edge has opposite vertexId 2, so Edge is (1,2) and second part is Edge Value 2. with [3,1] means, Edge has opposite vertexId 3, so Edge is (1,3) and second part is Edge Value 1. Hope that Helps. Nishant Gandhi M.Tech. CSE IIT Patna On Thu, Apr 17, 2014 at 3:10 PM, yeshwanth kumar yeshwant

Re: understanding tiny_graph.txt

2014-04-17 Thread nishant gandhi
active in next superstep and algorithm halt. Hope that helps. Nishant Gandhi M.Tech. CSE IIT Patna On Thu, Apr 17, 2014 at 3:50 PM, yeshwanth kumar yeshwant...@gmail.comwrote: thanks nishant, everything is clear except that vertex value. i am trying to understand the execution flow

Re: Breadth First Search (BFS)

2014-04-03 Thread nishant gandhi
Check this out for BFS.. http://stackoverflow.com/questions/12253794/breadth-first-implentation-in-giraph-graphchi-or-pregel Nishant Gandhi M.Tech CSE IIT Patna On Thu, Apr 3, 2014 at 3:18 PM, Lukas Nalezenec lukas.naleze...@firma.seznam.cz wrote: Hi, It looks like you are using wrong

why this messages?

2014-03-31 Thread nishant gandhi
Why this kind of error comes? What could be wrong? Is it related with hadoop configuration or giraph code? 14/03/31 15:47:29 INFO utils.ConfigurationUtils: No edge input format specified. Ensure your InputFormat does not require one. 14/03/31 15:47:29 INFO utils.ConfigurationUtils: No edge