RE: Dynamic Graphs

2013-09-05 Thread Marco Aurelio Barbosa Fagnani Lotz
Hello all, Answering Mr. Kampf question: In my personal opinion this tool would be indeed really useful, since many of the real-world graphs are dynamic. I have just finished a report of my research in the subject. The report is available at: https://github.com/MarcoLotz/dynamicGraph/blob/maste

MySQL Table

2013-09-05 Thread Bu Xiao
Hi Girapher, I am currently working on algorithm that requires reading the vertices from MySQL table and not from HDFS. I thought that there has to be a way of reading data from SQL table since Giraph is built on top of Hadoop. But I do not seem to figure this part out. Do you have a class

RE: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-05 Thread Ken Williams
> great, I need to get a review soon to get the patch in the codebase. If I can help then let me know. Thanks again, Ken From: claudio.marte...@gmail.com Date: Thu, 5 Sep 2013 16:50:43 +0200 Subject: Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer doe

Re: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-05 Thread Claudio Martella
great, i need to get a review soon to get the patch in the codebase. On Thu, Sep 5, 2013 at 2:10 PM, Ken Williams wrote: > Hi Claudio, > > The patch worked !! :-) > > Just to be clear, > I am running Giraph (1.0.0), not git cloned. > and hadoop 2.0.0-cdh4.1.1 > > I applied you

RE: FileNotFoundException: File _bsp/_defaultZkManagerDir/job_201308291126_0029/_zkServer does not exist.

2013-09-05 Thread Ken Williams
Hi Claudio, The patch worked !! :-) Just to be clear,I am running Giraph (1.0.0), not git cloned. and hadoop 2.0.0-cdh4.1.1 I applied your patch and rebuilt the giraph source code with this command, mvn -Phadoop_2.0.0 clean compile package test install verif