spark-graphx Questions
2
I have ran the single source shortest path (SSSP) example on spark site as follows:
graphx-SSSP pregel example
Code(scala):
object Pregel_SSSP {
def main(args: Array[String]) {
val sc = new Spar...
Mayapple asked 16/5, 2014 at 16:20
1
Solved
I am very new to spark but I want to create a graph from relations that I get from a Hive table. I found a function that is supposed to allow this without defining the vertices but I can't get it t...
Evermore asked 10/8, 2015 at 20:2
0
I have problem with out of memory on Apache Spark (Graphx). Application run, but after some time shutdown. I use Spark 1.2.0. Cluster has enough memory a number of cores. Other application where I ...
Eckert asked 8/6, 2015 at 12:28
2
How to use subgraph function to get a graph that would include only vertexes and edges from the specific connected component? Let's say I know the connected component id, the final goal is to creat...
Gloze asked 25/5, 2015 at 21:24
© 2022 - 2024 — McMap. All rights reserved.