Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Andro Bermúdez Serrano
I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package -Phadoop_1.0 -Dhadoop.version=1.2.1 -DskipTests --offline. I ran the SimpleShortestPathsVertex example and all OK. With the same input I tried the SimplePageRankVertex

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Wei Zhang
, Date: 10/09/2013 02:45 PM Subject:Running the example in http://giraph.apache.org/quick_start.html I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package -Phadoop_1.0 -Dhadoop.version=1.2.1 -DskipTests

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Silvio Di gregorio
to using it in my project. I am using hadoop 1.2.1. From: Andro Bermúdez Serrano andro.bermu...@gmail.com To: user@giraph.apache.org, Date: 10/09/2013 02:45 PM Subject: Running the example in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Silvio Di gregorio
To: user@giraph.apache.org, Date: 10/09/2013 02:45 PM Subject: Running the example in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Andro Bermúdez Serrano
...@gmail.com To: user@giraph.apache.org, Date: 10/09/2013 02:45 PM Subject: Running the example in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Silvio Di gregorio
in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package -Phadoop_1.0 -Dhadoop.version=1.2.1 -DskipTests --offline. I ran

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Andro Bermúdez Serrano
the example in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package -Phadoop_1.0 -Dhadoop.version=1.2.1 -DskipTests --offline. I ran

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Claudio Martella
PM Subject: Running the example in http://giraph.apache.org/quick_start.html -- I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I builded giraph with mvn package -Phadoop_1.0 -Dhadoop.version=1.2.1

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Silvio Di gregorio
Try VertexWithDoubleValueNullEdgeTextOutputFormat like output format. The rank of the vertex is a double . Il giorno 09/ott/2013 20:44, Andro Bermúdez Serrano andro.bermu...@gmail.com ha scritto: I am new with Giraph and I am willing to using it in my project. I am using hadoop 1.2.1. I

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-09 Thread Wei Zhang
PM Subject:Re: Running the example in http://giraph.apache.org/quick_start.html you need to define the mastercompute class (-mc option) which for your example is that SimplePageRankVertexMasterCompute class within that same vertex class. On Wed, Oct 9, 2013 at 10:44 PM, Andro