-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-1478].3: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915 #1347
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
SPARK-1478: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16475/ |
|
This looks like an unrelated error. Running the test again. |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Man I'm sorry this is taking so long. Thank you for your help. |
|
Merged build started. |
|
Naah, somethings are flaky in jenkins, cant be helped much. Hopefully this will be done in another hour. |
|
Can you close the other PR? |
|
Yes let me figure that out now. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16479/ |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
…FLUME-1915 This is a modified version of this PR apache#1168 done by @tmalaska Adds MIMA binary check exclusions. Author: tmalaska <[email protected]> Author: Tathagata Das <[email protected]> Closes apache#1347 from tdas/FLUME-1915 and squashes the following commits: 96065df [Tathagata Das] Added Mima exclusion for FlumeReceiver. 41d5338 [tmalaska] Address line 57 that was too long 12617e5 [tmalaska] SPARK-1478: Upgrade FlumeInputDStream's Flume...
This is a modified version of this PR #1168 done by @tmalaska
Adds MIMA binary check exclusions.