-
Notifications
You must be signed in to change notification settings - Fork 20
GraphX
Gabor Szarnyas edited this page Oct 29, 2016
·
2 revisions
http://spark.apache.org/docs/latest/graphx-programming-guide.html
Like RDDs, property graphs are immutable, distributed, and fault-tolerant. Changes to the values or structure of the graph are accomplished by producing a new graph with the desired changes. Note that substantial parts of the original graph (i.e., unaffected structure, attributes, and indices) are reused in the new graph reducing the cost of this inherently functional data structure.