Skip to content
Gabor Szarnyas edited this page Oct 29, 2016 · 2 revisions

Getting started guide

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.

Clone this wiki locally