-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-6128][Streaming][Documentation] Updates to Spark Streaming Programming Guide #4956
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
Conversation
docs/streaming-kafka-integration.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"loose" -> "lose".
"zero-data" probably shouldn't be hyphenated. There's an extra space before the period at the end of the this sentence, too.
Typo: "Ssee".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
Test build #28411 has finished for PR 4956 at commit
|
|
Test build #28417 has finished for PR 4956 at commit
|
|
Test build #28418 has finished for PR 4956 at commit
|
|
Test build #28477 has finished for PR 4956 at commit
|
docs/streaming-programming-guide.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"and then queried it using" -> drop the 'it'
docs/streaming-programming-guide.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file:// link here should be updated. Also, it looks like the link to Streaming Linear Regression starts with a opening paren rather than a square bracket, causing it to be misformatted in Markdown.
|
Thank you so much @JoshRosen . I am merging this to unblock the release! |
…gramming Guide Updates to the documentation are as follows: - Added information on Kafka Direct API and Kafka Python API - Added joins to the main streaming guide - Improved details on the fault-tolerance semantics Generated docs located here http://people.apache.org/~tdas/spark-1.3.0-temp-docs/streaming-programming-guide.html#fault-tolerance-semantics More things to add: - Configuration for Kafka receive rate - May be add concurrentJobs Author: Tathagata Das <[email protected]> Closes #4956 from tdas/streaming-guide-update-1.3 and squashes the following commits: 819408c [Tathagata Das] Minor fixes. debe484 [Tathagata Das] Added DataFrames and MLlib 380cf8d [Tathagata Das] Fix link 04167a6 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-guide-update-1.3 0b77486 [Tathagata Das] Updates based on Josh's comments. 86c4c2a [Tathagata Das] Updated streaming guides 82de92a [Tathagata Das] Add Kafka to Python api docs (cherry picked from commit cd3b68d) Signed-off-by: Tathagata Das <[email protected]>
|
Test build #28490 has finished for PR 4956 at commit
|
Updates to the documentation are as follows:
Generated docs located here
http://people.apache.org/~tdas/spark-1.3.0-temp-docs/streaming-programming-guide.html#fault-tolerance-semantics
More things to add: