Hi Pieter,
we have not added the option to choose message direction in the GSA
iterations yet, but this should be added soon (related JIRA:
https://issues.apache.org/jira/browse/FLINK-2141).
I guess the way you suggest, running GSA on the graph after reversing the
edges, is how to do this now, yes
Hi,
I would first like to do a Gather-Sum-Apply iteration where gather
collects data from incoming edges and their connected node, and in a
second step I would like to do a GSA iteration in the opposite
direction. I have already done this using vertex-centric iterations
and it works, but since GSA