Re: remove edges

2016-09-23 Thread Sergey Edunov
all removeEdges(new LongWritable(0)) on all vertices. Regards, Sergey Edunov On Fri, Sep 23, 2016 at 8:15 AM, Hai Lan <lanhai1...@gmail.com> wrote: > Dear all, > > I am new to Giraph and facing a problem to remove edges. I'm trying to > remove all edges pointed to some specific

Re: Anybody's considering to present at ApacheCON EU?

2016-07-18 Thread Sergey Edunov
Hi Roman, I'll take care of out of core test case. Regards, Sergey Edunov On Mon, Jul 18, 2016 at 2:52 PM, Roman Shaposhnik <ro...@shaposhnik.org> wrote: > Hi! > > I was wondering if anybody is considering doing a talk at > ApacheCON EU. The CFP closes on Sep 9th: >htt

Re: Questions after writing some giraph code

2015-07-07 Thread Sergey Edunov
*Von:* Sergey Edunov [mailto:edu...@gmail.com] *Gesendet:* Montag, 6. Juli 2015 21:41 *An:* user@giraph.apache.org *Betreff:* Re: Questions after writing some giraph code Hi Jan, It's a bit hard to advise without seeing actual code, so my reply might seem too generic. Feel free to send

Re: Questions after writing some giraph code

2015-07-06 Thread Sergey Edunov
also use downsampled graphs a lot to quickly test on cluster. After reading through another giraph algorithm, I noticed that they do the same - can you point to the example? I suspect that's because they use mutable data types or some helper functions to change value. Regards, Sergey Edunov

Re: A Giraph Input Problem: Reading Two One Value from a Vertex

2015-06-07 Thread Sergey Edunov
Hi Cristian, You need to make TripletVertexWritable class public. It is package protected now, so reflection utils can't create an instance. In general, all writable classes should be public with public default constructor. Regards, Sergey Edunov On Sun, Jun 7, 2015 at 9:41 AM, Cristian Vidal

Re: InMemoryVertex Format(s)

2015-06-04 Thread Sergey Edunov
for a while but has never been implemented. Regards, Sergey Edunov On Thu, Jun 4, 2015 at 9:44 AM, Khaled Ammar khaled.am...@gmail.com wrote: Hi Sergey, Thank you for your clarification. I noticed Igor email the other day, sounds exciting. I am looking forward to it. *One more question please

Re: InMemoryVertex Format(s)

2015-06-03 Thread Sergey Edunov
be kept in vertex and edge data. Regards, Sergey Edunov On Tue, Jun 2, 2015 at 12:46 PM, Khaled Ammar khaled.am...@gmail.com wrote: Hi all, There are InMemory input and output format for giraph. These could be useful when a specific computation should be executed until convergence and then another

Re: Please welcome our newest committer, Sergey Edunov!

2014-12-08 Thread Sergey Edunov
Thanks everyone! It's an honor to be part of this team! Sergey Edunov On Wed, Dec 3, 2014 at 10:34 AM, Maja Kabiljo majakabi...@fb.com wrote: I am happy to announce that the Project Management Committee (PMC) for Apache Giraph has elected Sergey Edunov to become a committer, and he accepted