Help needed for Running my own java programs in Giraph

2013-08-23 Thread Vivek Sembium
I am a new user in giraph. I could run all example programs in Giraph. Can someone please guide me on how to run my own java program in giraph (Assuming I have my input file in jason format in HDFS).

Re: Help needed for Running my own java programs in Giraph

2013-08-23 Thread Kyle Orlando
A Quick Start guide was recently added to the Giraph website. Now learning Giraph is easier than ever! Here: http://giraph.apache.org/quick_start.html On Fri, Aug 23, 2013 at 2:34 PM, Vivek Sembium vivek.semb...@gmail.comwrote: I am a new user in giraph. I could run all example programs in

Re: Help needed for Running my own java programs in Giraph

2013-08-23 Thread Vivek Sembium
Thank You for your response. I could run all the example programs. I want to place my development code in a different directory other than the giraph directory. I copied the SimplePageRankComputation.java to a different directory, compiled it(with a different package name). But I couldnt replace

Re: Help needed for Running my own java programs in Giraph

2013-08-23 Thread Kyle Orlando
Hi Vivek, Sorry for the hasty response, I assumed the quick start guide covered that (I guess it doesn't). What you need to do first is put all of your compiled code into a jar file. Then, you'll be utilizing the hadoop option -libjars. You also need to make sure that you set the hadoop