Hi,
Is it necessary for every vertex to have an attribute when we load a graph
to GraphX?
In other words, if I have an edge list file containing pairs of vertices
i.e., <1   2> means that there is an edge between node 1 and node 2. Now,
when I run PageRank on this data it return a NaN.
Can I use this type of data for any algorithm on GraphX?

Thank You

Reply via email to