Re: Getting Started Code

2012-04-21 Thread Benjamin Heitmann
On 20 Apr 2012, at 17:27, Etienne Dumoulin wrote: > Like it is a bit difficult to start from scratch a first time, > I copied/pasted the getting started code. > > I do not understand why there is 3 template classes when > TextVertexInputFormat has 4 > (from the javadoc and eclipse). > > For exa

Re: Getting started

2012-02-03 Thread Jakob Homan
wrote: >> >> Before you run the jar, run mvn clean package from trunk.  After that, put >> the snapshot (or the with-dependencies) jar on the class path for your >> example.  It should work after that. >> >> From: Shaunak Kashyap >> Reply-To: "gi

Re: Getting started

2012-02-02 Thread Shaunak Kashyap
that, put > the snapshot (or the with-dependencies) jar on the class path for your > example. It should work after that. > > From: Shaunak Kashyap > Reply-To: "giraph-user@incubator.apache.org" < > giraph-user@incubator.apache.org> > Date: Wed, 1 Feb 2012 20:4

Re: Getting started

2012-02-02 Thread David Garcia
;mailto:giraph-user@incubator.apache.org>" mailto:giraph-user@incubator.apache.org>> Date: Wed, 1 Feb 2012 20:44:09 -0600 To: "giraph-user@incubator.apache.org<mailto:giraph-user@incubator.apache.org>" mailto:giraph-user@incubator.apache.org>> Subject: Re: Gettin

Re: Getting started

2012-02-01 Thread Shaunak Kashyap
Thanks, Jakob. I downloaded the source from https://svn.apache.org/repos/asf/incubator/giraph/trunk, built it using "mvn compile", then issued this command from the base directory (where pom.xml lives): $ ./bin/giraph ../giraph-example-shortest-path-with-libs.jar com.skyboximaging.janus.giraph.ex

Re: Getting started

2012-02-01 Thread Jakob Homan
We need to update the wiki; it's out of date. Now we have bin/giraph to run user jars. Once you have the regular Giraph .tar.gz unpacked on your machine and your vertex jar somewhere: bin/giraph On Wed, Feb 1, 2012 at 11:09 AM, Shaunak Kashyap wrote: > Hi, > > I was able to run the shortest

Re: Getting started

2012-02-01 Thread Shaunak Kashyap
Hi, I was able to run the shortest paths example as described here: https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example. After this I tried to create my own JAR containing a class similar to SimpleShortestPathsVertex and a "lib" directory containing the giraph-*.jar (obtaine

Re: Getting started

2011-12-14 Thread Shaunak Kashyap
Hi Avery, You're right; my error turned out to be a Hadoop issue which I have worked around now. Thanks for the official documentation link. Shaunak On Tue, Dec 13, 2011 at 5:07 PM, Avery Ching wrote: > Hi Shaunak, > > The official GIRAPH documentation is located at > https://cwiki.apache.org/c

Re: Getting started

2011-12-13 Thread Avery Ching
Hi Shaunak, The official GIRAPH documentation is located at https://cwiki.apache.org/confluence/display/GIRAPH/Index . That being said, your error looks like a Hadoop issue. Are you able to run normal Hadoop example jobs? Thanks, Avery On 12/13/11 9:27 AM, Shaunak Kashyap wrote: Hi, Ma