Help needed in Compilation and execution of a giraph code(Giraph noob)

2014-01-29 Thread Deepankar Patra
Hi all, I am new to Apache Giraph. I am struggling to compile and run my code using apache giraph. I have got giraph installed properly, I have successfully tested shortest path example too. Now when I try to write my own code I'm unable to figure out how to compile it and run, the documentation

Re: Help needed in Compilation and execution of a giraph code(Giraph noob)

2014-01-29 Thread Lukas Nalezenec
go to ../giraph-core directory and run mvn clean install there. Lukas On 29.1.2014 16:00, Deepankar Patra wrote: Hi Jyoti, Thanks for the help. I tried your steps, while trying mvn compile I get build failure message with these two warnings: [INFO]

Re: Help needed in Compilation and execution of a giraph code(Giraph noob)

2014-01-29 Thread Anis Nasir
Dear Deepankar, you can use steps mentioned on this link http://anisnasir.wordpress.com/2014/01/03/running-a-custom-code-in-apache-giraph/ Regards Anis On Wed, Jan 29, 2014 at 4:00 PM, Deepankar Patra deepankarb...@gmail.comwrote: Hi Jyoti, Thanks for the help. I tried your steps, while