Re: LocalJobRunner examples

2013-10-14 Thread Wei Zhang
Hi Matthew, It is my understanding that to run LocalJobRunner, you need to change your Hadoop configuration a bit. That is what I did: (1) in core-site.xml, comment out the fs.default.name property (2) in mapred-site.xml, comment out the mapred.job.tracker property Hope it helps. There are

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

2013-10-09 Thread Wei Zhang
Hi Andro, Not sure if it helps -- maybe you can try to change the -of to -vof on your command line. (i.e, the option flag in front of your org.apache.giraph.io.formats.IdWithValueTextOutputFormat). Wei From: Andro Bermúdez Serrano andro.bermu...@gmail.com To: user@giraph.apache.org,

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

2013-10-09 Thread Wei Zhang
or find w/ the job name, job_date_002. Il giorno 09/ott/2013 21:02, Wei Zhang w...@us.ibm.com ha scritto:  Hi Andro, Not sure if it helps -- maybe you can try to change the -of to -vof on your command line. (i.e, the option flag in front of your

Re: workload used to measure Giraph performance number

2013-10-09 Thread Wei Zhang
the end. Hope this helps, Claudio On Wed, Oct 2, 2013 at 4:59 PM, Wei Zhang w...@us.ibm.com wrote: Hi, I am interested in measuring some performance numbers of Giraph on my machine. I am wondering

Re: workload used to measure Giraph performance number

2013-10-08 Thread Wei Zhang
different supersteps. 3) Connected Components: this will have something opposite to (2) as it will have many active vertices at the beginning, where the detection is refined towards the end. Hope this helps, Claudio On Wed, Oct 2, 2013 at 4:59 PM, Wei Zhang w...@us.ibm.com wrote: Hi

Re: workload used to measure Giraph performance number

2013-10-08 Thread Wei Zhang
towards the end. Hope this helps, Claudio On Wed, Oct 2, 2013 at 4:59 PM, Wei Zhang w...@us.ibm.com wrote: Hi, I am interested in measuring some performance numbers of Giraph on my machine. I am wondering are there some pointers where I can get some (configurable) reasonably large

workload used to measure Giraph performance number

2013-10-02 Thread Wei Zhang
Hi, I am interested in measuring some performance numbers of Giraph on my machine. I am wondering are there some pointers where I can get some (configurable) reasonably large workload to work on ? Thanks! Wei

jdb with Giraph

2013-09-18 Thread Wei Zhang
Hello, My name is Wei. I am trying to get started with Giraph. I am new to both Hadoop and Giraph. I have followed the Quick Start at http://giraph.apache.org/quick_start.html and I am able to run the SimpleShortestPathsComputation test. I intend to understand more about the code by running