-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[MINOR][Streaming][Docs] Minor changes on kinesis integration #14097
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 #61937 has finished for PR 14097 at commit
|
hi @srowen do you mind have a look at this one? very minor changes... thank you :) |
Seems reasonable. |
maybe I should also cc @tdas , he is on the streaming part |
@@ -9,7 +9,7 @@ Here we explain how to configure Spark Streaming to receive data from Kinesis. | |||
|
|||
#### Configuring Kinesis | |||
|
|||
A Kinesis stream can be set up at one of the valid Kinesis endpoints with 1 or more shards per the following | |||
A Kinesis stream can be set up at one of the valid Kinesis endpoints with 1 or more shards following |
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.
The sentence was correct before but now is ungrammatical
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.
excuse me for my English...
kinesis stream can be set (...) per the guide?
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.
Yes, but that's only removing "following" and I don't think that's an improvement.
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.
I see... I'll revert it back to original
Test build #62061 has finished for PR 14097 at commit
|
LGTM. Merging to master and 2.0. Thanks! |
## What changes were proposed in this pull request? Some minor changes for documentation page "Spark Streaming + Kinesis Integration". Moved "streaming-kinesis-arch.png" before the bullet list, not in between the bullets. ## How was this patch tested? Tested manually, on my local machine. Author: Xin Ren <iamshrek@126.com> Closes #14097 from keypointt/kinesisDoc. (cherry picked from commit 05d7151) Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
What changes were proposed in this pull request?
Some minor changes for documentation page "Spark Streaming + Kinesis Integration".
Moved "streaming-kinesis-arch.png" before the bullet list, not in between the bullets.
How was this patch tested?
Tested manually, on my local machine.