Skip to content

[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#25221
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-25705

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jul 21, 2019

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.

$ 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.

…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
@SparkQA
Copy link

SparkQA commented Jul 21, 2019

Test build #107971 has finished for PR 25221 at commit 502841b.

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

@dongjoon-hyun
Copy link
Member Author

cc @srowen

@HyukjinKwon
Copy link
Member

Merged to master.

@dongjoon-hyun
Copy link
Member Author

Thank you for review and merging, @HyukjinKwon .

@dongjoon-hyun dongjoon-hyun deleted the SPARK-25705 branch July 22, 2019 03:54
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>
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.

3 participants

Comments