Skip to content

Commit a217ec5

Browse files
LewuatheJoshRosen
authored andcommitted
[SPARK-4656][Doc] Typo in Programming Guide markdown
Grammatical error in Programming Guide document Author: lewuathe <[email protected]> Closes #3412 from Lewuathe/typo-programming-guide and squashes the following commits: a3e2f00 [lewuathe] Typo in Programming Guide markdown
1 parent aea7a99 commit a217ec5

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)