Top "Spark-graphx" questions

GraphX is a component in Apache Spark for graphs and graph-parallel computation

Timeout Exception in Apache-Spark during program Execution

I am running a Bash Script in MAC. This script calls a spark method written in Scala language for a …

scala apache-spark spark-graphx apache-spark-2.0
Neo4j or GraphX / Giraph what to choose?

Just started my excursion to graph processing methods and tools. What we basically do - count some standard metrics like …

neo4j giraph spark-graphx
Spark - Container is running beyond physical memory limits

I have a cluster of two worker nodes. Worker_Node_1 - 64GB RAM Worker_Node_2 - 32GB RAM Background Summery : …

hadoop apache-spark spark-graphx
Graphx Visualization

I am looking for a way to visualize the graph constructed in Spark's Graphx. As far as I know Graphx …

apache-spark visualization spark-graphx
Spark Scala GraphX: Shortest path between two vertices

I have a directed graph G in Spark GraphX (Scala). I would like to find the number of edges that …

scala apache-spark spark-graphx