Skip to content

[SPARK-4806] Streaming doc update for 1.2 #3653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from

Conversation

tdas
Copy link
Contributor

@tdas tdas commented Dec 10, 2014

Important updates to the streaming programming guide

  • Make the fault-tolerance properties easier to understand, with information about write ahead logs
  • Update the information about deploying the spark streaming app with information about Driver HA
  • Update Receiver guide to discuss reliable vs unreliable receivers.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24276 has started for PR 3653 at commit a0217c0.

  • This patch does not merge cleanly.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24276 has finished for PR 3653 at commit a0217c0.

  • This patch passes all tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24276/
Test PASSed.

…c-update-1.2

Conflicts:
	docs/streaming-programming-guide.md
@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24294 has started for PR 3653 at commit 17b99fb.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24294 has finished for PR 3653 at commit 17b99fb.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24294/
Test PASSed.

…ploying section, and also updated configuration.
@tdas
Copy link
Contributor Author

tdas commented Dec 10, 2014

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24312 has started for PR 3653 at commit 195852c.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24313 has started for PR 3653 at commit aa8bb87.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24312 has finished for PR 3653 at commit 195852c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24312/
Test PASSed.

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24313 has finished for PR 3653 at commit aa8bb87.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24313/
Test PASSed.

@andrewor14
Copy link
Contributor

Is this before or after @JoshRosen's extensive comments offline?

@SparkQA
Copy link

SparkQA commented Dec 10, 2014

Test build #24332 has started for PR 3653 at commit b9c8c24.

  • This patch merges cleanly.

… streaming-doc-update-1.2

Conflicts:
	docs/streaming-programming-guide.md
@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24333 has started for PR 3653 at commit 7787209.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24338 has started for PR 3653 at commit ca19078.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24340 has started for PR 3653 at commit ce299e4.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24332 has finished for PR 3653 at commit b9c8c24.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24332/
Test FAILed.



- *[Experimental in Spark 1.2] Configuring write ahead logs* - In Spark 1.2,
we have introduced a new experimental feature of write ahead logs for achieved strong
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"for achieved" -> "for achieving" or "to achieve"

@JoshRosen
Copy link
Contributor

Left a couple of minor comments, but overall this looks good to me.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24333 has finished for PR 3653 at commit 7787209.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24333/
Test PASSed.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24338 has finished for PR 3653 at commit ca19078.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24338/
Test PASSed.

@SparkQA
Copy link

SparkQA commented Dec 11, 2014

Test build #24340 has finished for PR 3653 at commit ce299e4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24340/
Test PASSed.

@asfgit asfgit closed this in b004150 Dec 11, 2014
asfgit pushed a commit that referenced this pull request Dec 11, 2014
Important updates to the streaming programming guide
- Make the fault-tolerance properties easier to understand, with information about write ahead logs
- Update the information about deploying the spark streaming app with information about Driver HA
- Update Receiver guide to discuss reliable vs unreliable receivers.

Author: Tathagata Das <tathagata.das1565@gmail.com>
Author: Josh Rosen <joshrosen@databricks.com>
Author: Josh Rosen <rosenville@gmail.com>

Closes #3653 from tdas/streaming-doc-update-1.2 and squashes the following commits:

f53154a [Tathagata Das] Addressed Josh's comments.
ce299e4 [Tathagata Das] Minor update.
ca19078 [Tathagata Das] Minor change
f746951 [Tathagata Das] Mentioned performance problem with WAL
7787209 [Tathagata Das] Merge branch 'streaming-doc-update-1.2' of github.com:tdas/spark into streaming-doc-update-1.2
2184729 [Tathagata Das] Updated Kafka and Flume guides with reliability information.
2f3178c [Tathagata Das] Added more information about writing reliable receivers in the custom receiver guide.
91aa5aa [Tathagata Das] Improved API Docs menu
5707581 [Tathagata Das] Added Pythn API badge
b9c8c24 [Tathagata Das] Merge pull request #26 from JoshRosen/streaming-programming-guide
b8c8382 [Josh Rosen] minor fixes
a4ef126 [Josh Rosen] Restructure parts of the fault-tolerance section to read a bit nicer when skipping over the headings
65f66cd [Josh Rosen] Fix broken link to fault-tolerance semantics section.
f015397 [Josh Rosen] Minor grammar / pluralization fixes.
3019f3a [Josh Rosen] Fix minor Markdown formatting issues
aa8bb87 [Tathagata Das] Small update.
195852c [Tathagata Das] Updated based on Josh's comments, updated receiver reliability and deploying section, and also updated configuration.
17b99fb [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-doc-update-1.2
a0217c0 [Tathagata Das] Changed Deploying menu layout
67fcffc [Tathagata Das] Added cluster mode + supervise example to submitting application guide.
e45453b [Tathagata Das] Update streaming guide, added deploying section.
192c7a7 [Tathagata Das] Added more info about Python API, and rewrote the checkpointing section.

(cherry picked from commit b004150)
Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
@tdas
Copy link
Contributor Author

tdas commented Dec 11, 2014

@JoshRosen I have addressed your final comments and merged it. Thank you very much.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24370/
Test FAILed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants