File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ Accumulators are variables that are only "added" to through an associative opera
11771177therefore be efficiently supported in parallel. They can be used to implement counters (as in
11781178MapReduce) or sums. Spark natively supports accumulators of numeric types, and programmers
11791179can add support for new types. If accumulators are created with a name, they will be
1180- displayed in Spark's UI. This can can be useful for understanding the progress of
1180+ displayed in Spark's UI. This can be useful for understanding the progress of
11811181running stages (NOTE: this is not yet supported in Python).
11821182
11831183An accumulator is created from an initial value ` v ` by calling ` SparkContext.accumulator(v) ` . Tasks
You can’t perform that action at this time.
0 commit comments