Skip to content

Conversation

@uncleGen
Copy link
Contributor

What changes were proposed in this pull request?

This PR fix and use proper html tag in docs

Why are the changes needed?

Fix documentation format error.

Does this PR introduce any user-facing change?

No

How was this patch tested?

N/A

By default, Spark has a 1-1 mapping of topicPartitions to Spark partitions consuming from Kafka.
If you set this option to a value greater than your topicPartitions, Spark will divvy up large
Kafka partitions to smaller pieces. Please note that this configuration is like a `hint`: the
number of Spark tasks will be **approximately** `minPartitions`. It can be less or more depending on
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fix format error

<tr>
<td><b>One-time micro-batch</b></td>
<td>
The query will execute *only one* micro-batch to process all the available data and then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fix format error

@SparkQA
Copy link

SparkQA commented Oct 30, 2019

Test build #112879 has finished for PR 26302 at commit 4b3ea0b.

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

@HyukjinKwon
Copy link
Member

Merged to master.

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