GitHub user jsoltren opened a pull request:
https://github.com/apache/spark/pull/15281
[DOCS] Reorganize explanation of Accumulators and Broadcast Variables
## What changes were proposed in this pull request?
The discussion of the interaction of Accumulators and Broadcast Variables
should logically follow the discussion on Checkpointing. As currently written,
this section discusses Checkpointing before it is formally introduced. To
remedy this:
- Rename this section to "Accumulators, Broadcast Variables, and
Checkpoints", and
- Move this section after "Checkpointing".
## How was this patch tested?
Testing: ran
$ SKIP_API=1 jekyll build
, and verified changes in a Web browser pointed at docs/_site/index.html.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsoltren/spark doc-changes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15281.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15281
----
commit 7a85dab69062b99aa5cf70625c0454684c1772d0
Author: José Hiram Soltren <[email protected]>
Date: 2016-09-28T20:16:43Z
[DOCS] Reorganize explanation of Accumulators and Broadcast Variables
The discussion of the interaction of Accumulators and Broadcast
ariables should logically follow the discussion on Checkpointing.
- Rename this section to "Accumulators, Broadcast Variables, and
Checkpoints", and
- Move this section after "Checkpointing".
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]