[SPARK-25705][DOC][FOLLOWUP] Recover links to structured-streaming-kafka-integration#25221
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-25705
Closed
[SPARK-25705][DOC][FOLLOWUP] Recover links to structured-streaming-kafka-integration#25221dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-25705
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-25705
Conversation
…fka-integration $ find . -name structured-streaming-kafka-0-10-integration.md ~/P/D/docs:DOC$ find . -name streaming-kafka-0-10-integration.md ./streaming-kafka-0-10-integration.md ~/P/D/docs:DOC$ find . -name structured-streaming-kafka-integration.md ./structured-streaming-kafka-integration.md
|
Test build #107971 has finished for PR 25221 at commit
|
Member
Author
|
cc @srowen |
HyukjinKwon
approved these changes
Jul 22, 2019
Member
|
Merged to master. |
Member
Author
|
Thank you for review and merging, @HyukjinKwon . |
yiheng
pushed a commit
to yiheng/spark
that referenced
this pull request
Jul 24, 2019
…fka-integration ## What changes were proposed in this pull request? This PR is a follow-up PR to recover three links from [the previous commit](https://github.com/apache/spark/pull/22703/files#diff-21245da8f8dbfef6401c5500f559f0bc). Currently, those three are broken. ``` $ git grep structured-streaming-kafka-0-10-integration structured-streaming-programming-guide.md: - **Kafka source** - Reads data from Kafka. It's compatible with Kafka broker versions 0.10.0 or higher. See the [Kafka Integration Guide](structured-streaming-kafka-0-10-integration.html) for more details. structured-streaming-programming-guide.md: See the <a href="structured-streaming-kafka-0-10-integration.html">Kafka Integration Guide</a>. structured-streaming-programming-guide.md: <td>See the <a href="structured-streaming-kafka-0-10-integration.html">Kafka Integration Guide</a></td> ``` It's because we have `structured-streaming-kafka-integration.html` instead of `structured-streaming-kafka-0-10-integration.html`. ``` $ find . -name structured-streaming-kafka-0-10-integration.md $ find . -name structured-streaming-kafka-integration.md ./structured-streaming-kafka-integration.md ``` ## How was this patch tested? Manual. Closes apache#25221 from dongjoon-hyun/SPARK-25705. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR is a follow-up PR to recover three links from the previous commit.
Currently, those three are broken.
It's because we have
structured-streaming-kafka-integration.htmlinstead ofstructured-streaming-kafka-0-10-integration.html.How was this patch tested?
Manual.