Hi


I am trying to find belief for a graph using GraphX Pragel implementation
.My use case is like if vertex 2,3,4 are sending message m2,m3,m4 to vertex
6 .In vertex 6 I will multiple all the messages (m2*m3*m4) =m6 and then
from vertex6 the message (m6/m2) will be send to vertex 2,m6/m3 to vertex
3,and m6/m4 to vertex 4.



The pragel mearge() method is used to find m6( (m2*m3*m4) =m6) after that
for sending message m6/m2 to vertex 2 in send message ,the old message from
m2 or m3 or m4 is not available so I cannot find m6/m2,m6/m3,m6/m4

Can somebody guide me on how to resolve this using GraphX pragel API?



Thanks

Arun

Reply via email to