Skip to content
Snippets Groups Projects
Commit a217ec5f authored by lewuathe's avatar lewuathe Committed by Josh Rosen
Browse files

[SPARK-4656][Doc] Typo in Programming Guide markdown

Grammatical error in Programming Guide document

Author: lewuathe <lewuathe@me.com>

Closes #3412 from Lewuathe/typo-programming-guide and squashes the following commits:

a3e2f00 [lewuathe] Typo in Programming Guide markdown
parent aea7a997
No related branches found
No related tags found
No related merge requests found
...@@ -1177,7 +1177,7 @@ Accumulators are variables that are only "added" to through an associative opera ...@@ -1177,7 +1177,7 @@ Accumulators are variables that are only "added" to through an associative opera
therefore be efficiently supported in parallel. They can be used to implement counters (as in therefore be efficiently supported in parallel. They can be used to implement counters (as in
MapReduce) or sums. Spark natively supports accumulators of numeric types, and programmers MapReduce) or sums. Spark natively supports accumulators of numeric types, and programmers
can add support for new types. If accumulators are created with a name, they will be can add support for new types. If accumulators are created with a name, they will be
displayed in Spark's UI. This can can be useful for understanding the progress of displayed in Spark's UI. This can be useful for understanding the progress of
running stages (NOTE: this is not yet supported in Python). running stages (NOTE: this is not yet supported in Python).
An accumulator is created from an initial value `v` by calling `SparkContext.accumulator(v)`. Tasks An accumulator is created from an initial value `v` by calling `SparkContext.accumulator(v)`. Tasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment