-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-18410][STREAMING] Add structured kafka example #15849
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
|
Test build #68510 has finished for PR 15849 at commit
|
|
Test build #68517 has finished for PR 15849 at commit
|
|
Test build #68592 has finished for PR 15849 at commit
|
|
@koeninger want to review this? |
|
Test build #68593 has finished for PR 15849 at commit
|
|
Test build #68595 has finished for PR 15849 at commit
|
0abc93a to
32b25e9
Compare
|
Test build #68598 has finished for PR 15849 at commit
|
|
Test build #68599 has finished for PR 15849 at commit
|
koeninger
left a comment
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.
Generally looks OK to me.
One question - am I misremembering that we previously had issues building a single example jar that had both kafka 0.8 and 0.10 dependencies in it? What changed?
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.
This isn't really a list of topics for assign or subscribePattern. I'd say use a more general description, or stick to just subscribe
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.
get it
|
Test build #68651 has finished for PR 15849 at commit
|
|
LGTM |
update update add license add implicit import add python example code clean bug fix udate comments update comments
e0c8b4e to
7126dc9
Compare
|
just rebase |
|
Test build #68688 has finished for PR 15849 at commit
|
|
Merged to master/2.1 |
## What changes were proposed in this pull request? This PR provides structured kafka wordcount examples ## How was this patch tested? Author: uncleGen <hustyugm@gmail.com> Closes #15849 from uncleGen/SPARK-18410. (cherry picked from commit e614577) Signed-off-by: Sean Owen <sowen@cloudera.com>
## What changes were proposed in this pull request? This PR provides structured kafka wordcount examples ## How was this patch tested? Author: uncleGen <hustyugm@gmail.com> Closes apache#15849 from uncleGen/SPARK-18410.
What changes were proposed in this pull request?
This PR provides structured kafka wordcount examples
How was this patch tested?