Skip to content

Commit a3e2f00

Browse files
committed
Typo in Programming Guide markdown
1 parent f1069b8 commit a3e2f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ Accumulators are variables that are only "added" to through an associative opera
11771177
therefore be efficiently supported in parallel. They can be used to implement counters (as in
11781178
MapReduce) or sums. Spark natively supports accumulators of numeric types, and programmers
11791179
can 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
11811181
running stages (NOTE: this is not yet supported in Python).
11821182

11831183
An accumulator is created from an initial value `v` by calling `SparkContext.accumulator(v)`. Tasks

0 commit comments

Comments
 (0)