Skip to content
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

[SPARK-17853][STREAMING][KAFKA][DOC] make it clear that reusing group.id is bad #15442

Closed
wants to merge 1 commit into from

Conversation

koeninger
Copy link
Contributor

What changes were proposed in this pull request?

Documentation fix to make it clear that reusing group id for different streams is super duper bad, just like it is with the underlying Kafka consumer.

How was this patch tested?

I built jekyll doc and made sure it looked ok.

@SparkQA
Copy link

SparkQA commented Oct 12, 2016

Test build #66781 has finished for PR 15442 at commit c78c601.

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

@rxin
Copy link
Contributor

rxin commented Oct 12, 2016

Merging in master/branch-2.0.

asfgit pushed a commit that referenced this pull request Oct 12, 2016
….id is bad

## What changes were proposed in this pull request?

Documentation fix to make it clear that reusing group id for different streams is super duper bad, just like it is with the underlying Kafka consumer.

## How was this patch tested?

I built jekyll doc and made sure it looked ok.

Author: cody koeninger <cody@koeninger.org>

Closes #15442 from koeninger/SPARK-17853.

(cherry picked from commit c264ef9)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in c264ef9 Oct 12, 2016
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
….id is bad

## What changes were proposed in this pull request?

Documentation fix to make it clear that reusing group id for different streams is super duper bad, just like it is with the underlying Kafka consumer.

## How was this patch tested?

I built jekyll doc and made sure it looked ok.

Author: cody koeninger <cody@koeninger.org>

Closes apache#15442 from koeninger/SPARK-17853.
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