Would you perchance have an example program to demonstrate the unexpected
behavior? Does this issue always manifest or are you only seeing duplicate
calls under specific circumstances?
On Mon, Oct 22, 2018 at 8:33 AM 曹建华 wrote:
> Hi:
> According to the code comment, in Scatter-Gather Iteration,
Hi:
According to the code comment, in Scatter-Gather Iteration,
Gather.updateVertex is invoked once per vertex per superstep. But in my
programming, i find GatherFunction.updateVertex was invoked more then once,
is it a problem of the code comment, or a bug of Gelly. My flink version is
1.5.3
Does
ur problem yet. But I work with gelly and Scatter/Gather
> and later GSA too. Could you publish or show me your algorithm?
>
> Best from Hamburg
> Marc
>
> Sent from my iPhone
>
> > On 28. Apr 2017, at 13:58, Alieh
> wrote:
> >
> > Hi all
> >
> >
lgorithm implemented using Gelly scatter/gather. Using 8
> workers of a cluster, I encounter the error
> "akka.pattern.AskTimeoutException", which I think the reason is heap size.
> Surprisingly, using 4 workers of the same cluster, my program is executed!!!
> It seems th
Hi all
I have an iterative algorithm implemented using Gelly scatter/gather.
Using 8 workers of a cluster, I encounter the error
"akka.pattern.AskTimeoutException", which I think the reason is heap
size. Surprisingly, using 4 workers of the same cluster, my program is
executed!!
-operators
On 14 June 2016 at 12:21, Alieh Saeedi wrote:
> Hi everybody
> In Gelly scatter/gather when no message is sent to a vertex in one
> iteration, it will not enter the scatter function in next iteration. Why? I
> need all vertices enter the scatter function in all iterations,
Yes, it's possible.
On Wed, Jun 15, 2016 at 10:58 AM, Alieh Saeedi wrote:
> Hi every body
> Is it possible to use org.apache.giraph.aggregators.LongMaxAggregator as an
> aggregator of gelly scatter/gather?
>
> Thanks in advance
Hi every bodyIs it possible to use
org.apache.giraph.aggregators.LongMaxAggregator as an aggregator of gelly
scatter/gather?
Thanks in advance
Hi everybodyIn Gelly scatter/gather when no message is sent to a vertex in one
iteration, it will not enter the scatter function in next iteration. Why? I
need all vertices enter the scatter function in all iterations, but some of
them receive a message and will be updated.
thanks in advance
Hi Alieh,
the VertexUpdateFunction and the MessagingFunction both have a method
"getSuperstepNumber()" which will give you the current iteration number.
-Vasia.
On 13 June 2016 at 18:06, Alieh Saeedi wrote:
> Hi
> Is it possible to access iteration number in gelly scatter/ga
HiIs it possible to access iteration number in gelly scatter/gather?
thanks in advance
11 matches
Mail list logo