-
Couldn't load subscription status.
- Fork 28.9k
[SPARK][EXAMPLE] Added missing semicolon in quick-start-guide example #16081
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
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.
Yeah, it's trivial, but it is needed to make the example compile. Could you look over other examples nearby in Java and see if you spot any other similar problems?
|
Jenkins test this please |
|
Test build #69407 has finished for PR 16081 at commit
|
|
@srowen I scanned this page and Spark programming guide for other Java code examples, apart from Self-Contained Application on Quick-start-guide page, other code examples have no such problems. |
|
Ok, merging into master 2.1 |
## What changes were proposed in this pull request? Added missing semicolon in quick-start-guide java example code which wasn't compiling before. ## How was this patch tested? Locally by running and generating site for docs. You can see the last line contains ";" in the below snapshot.  Author: manishAtGit <[email protected]> Closes #16081 from manishatGit/fixed-quick-start-guide. (cherry picked from commit bc95ea0) Signed-off-by: Andrew Or <[email protected]>
## What changes were proposed in this pull request? Added missing semicolon in quick-start-guide java example code which wasn't compiling before. ## How was this patch tested? Locally by running and generating site for docs. You can see the last line contains ";" in the below snapshot.  Author: manishAtGit <[email protected]> Closes #16081 from manishatGit/fixed-quick-start-guide.
|
and 2.0 |
## What changes were proposed in this pull request? Added missing semicolon in quick-start-guide java example code which wasn't compiling before. ## How was this patch tested? Locally by running and generating site for docs. You can see the last line contains ";" in the below snapshot.  Author: manishAtGit <[email protected]> Closes apache#16081 from manishatGit/fixed-quick-start-guide.
## What changes were proposed in this pull request? Added missing semicolon in quick-start-guide java example code which wasn't compiling before. ## How was this patch tested? Locally by running and generating site for docs. You can see the last line contains ";" in the below snapshot.  Author: manishAtGit <[email protected]> Closes apache#16081 from manishatGit/fixed-quick-start-guide.
What changes were proposed in this pull request?
Added missing semicolon in quick-start-guide java example code which wasn't compiling before.
How was this patch tested?
Locally by running and generating site for docs. You can see the last line contains ";" in the below snapshot.
