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

2013-08-26 Thread Vivek Sembium
. -- *Kimden: *Vivek Sembium vivek.semb...@gmail.com *Kime: *user@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs in Giraph I tried with and without exporting hadoop classpath. I get the same error. Here's

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

2013-08-26 Thread Claudio Martella
@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs in Giraph I tried with and without exporting hadoop classpath. I get the same error. Here's the command that I tried hadoop jar /mnt/a1/sda4/hadoop/giraph/giraph-core/target

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

2013-08-26 Thread Kyle Orlando
...@gmail.com *Kime: *user@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs in Giraph I tried with and without exporting hadoop classpath. I get the same error. Here's the command that I tried hadoop jar /mnt/a1/sda4

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

2013-08-26 Thread Claudio Martella
should be able to say hadoop jar fat.jar ... Any help appreciated. -- *Kimden: *Vivek Sembium vivek.semb...@gmail.com *Kime: *user@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs

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

2013-08-26 Thread Kyle Orlando
*Kime: *user@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs in Giraph I tried with and without exporting hadoop classpath. I get the same error. Here's the command that I tried hadoop jar /mnt/a1/sda4/hadoop

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

2013-08-26 Thread Claudio Martella
*Kime: *user@giraph.apache.org *Gönderilenler: *24 Ağustos Cumartesi 2013 11:51:49 *Konu: *Re: Help needed for Running my own java programs in Giraph I tried with and without exporting hadoop classpath. I get the same error. Here's the command that I tried hadoop jar /mnt/a1/sda4/hadoop

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

2013-08-24 Thread Vivek Sembium
I tried with and without exporting hadoop classpath. I get the same error. Here's the command that I tried hadoop jar /mnt/a1/sda4/hadoop/giraph/giraph-core/target/giraph-1.1.0-SNAPSHOT-for-hadoop-1.0.2-jar-with-dependencies.jar org.apache.giraph.GiraphRunner -libjars

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