-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6514][SPARK-5960][SPARK-6656][SPARK-7679][STREAMING][KINESIS] Updates to the Kinesis API #6147
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32711 has started for PR 6147 at commit |
|
Test build #32711 has finished for PR 6147 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32860 has started for PR 6147 at commit |
|
Test build #32860 timed out for PR 6147 at commit |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32876 has started for PR 6147 at commit |
|
Test build #32876 has finished for PR 6147 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32890 has started for PR 6147 at commit |
|
Test build #32890 timed out for PR 6147 at commit |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32922 has started for PR 6147 at commit |
|
Test build #32922 has finished for PR 6147 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
@tdas: Looks like you forgot to bring over the docs/streaming-kinesis-integration.md and 2 examples (JavaKinesisWordCountASL and KinesisWordCountASL) changes from my original PR: https://github.com/apache/spark/pull/5882/files how do you suggest we proceed? i believe the samples - if left unchanged - would use the old deprecated/experimental API. |
|
Since this has passed, let me merge this. I will pull over the examples in another PR. |
…SIS] Updates to the Kinesis API SPARK-6514 - Use correct region SPARK-5960 - Allow AWS Credentials to be directly passed SPARK-6656 - Specify kinesis application name explicitly SPARK-7679 - Upgrade to latest KCL and AWS SDK. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #6147 from tdas/kinesis-api-update and squashes the following commits: f23ea77 [Tathagata Das] Updated versions and updated APIs 373b201 [Tathagata Das] Updated Kinesis API (cherry picked from commit ca4257a) Signed-off-by: Tathagata Das <tathagata.das1565@gmail.com>
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.
…SIS] Updates to the Kinesis API SPARK-6514 - Use correct region SPARK-5960 - Allow AWS Credentials to be directly passed SPARK-6656 - Specify kinesis application name explicitly SPARK-7679 - Upgrade to latest KCL and AWS SDK. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes apache#6147 from tdas/kinesis-api-update and squashes the following commits: f23ea77 [Tathagata Das] Updated versions and updated APIs 373b201 [Tathagata Das] Updated Kinesis API
…SIS] Updates to the Kinesis API SPARK-6514 - Use correct region SPARK-5960 - Allow AWS Credentials to be directly passed SPARK-6656 - Specify kinesis application name explicitly SPARK-7679 - Upgrade to latest KCL and AWS SDK. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes apache#6147 from tdas/kinesis-api-update and squashes the following commits: f23ea77 [Tathagata Das] Updated versions and updated APIs 373b201 [Tathagata Das] Updated Kinesis API
…SIS] Updates to the Kinesis API SPARK-6514 - Use correct region SPARK-5960 - Allow AWS Credentials to be directly passed SPARK-6656 - Specify kinesis application name explicitly SPARK-7679 - Upgrade to latest KCL and AWS SDK. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes apache#6147 from tdas/kinesis-api-update and squashes the following commits: f23ea77 [Tathagata Das] Updated versions and updated APIs 373b201 [Tathagata Das] Updated Kinesis API
SPARK-6514 - Use correct region
SPARK-5960 - Allow AWS Credentials to be directly passed
SPARK-6656 - Specify kinesis application name explicitly
SPARK-7679 - Upgrade to latest KCL and AWS SDK.