We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d4ad6 commit ec62659Copy full SHA for ec62659
docs/graphx-programming-guide.md
@@ -709,7 +709,8 @@ messages remaining.
709
710
The following is the type signature of the [Pregel operator][GraphOps.pregel] as well as a *sketch*
711
of its implementation (note: to avoid stackOverflowError due to long lineage chains, pregel support periodcally
712
-checkpoint graph and messages by setting "spark.graphx.pregel.checkpointInterval"):
+checkpoint graph and messages by setting "spark.graphx.pregel.checkpointInterval" to a positive number,
713
+say 10. And set checkpoint directory as well using SparkContext.setCheckpointDir(directory: String)):
714
715
{% highlight scala %}
716
class GraphOps[VD, ED] {
0 commit comments