Uh oh!
There was an error while loading. Please reload this page.
SPARK-1478.2: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915 - #1168
SPARK-1478.2: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915#1168tmalaska wants to merge 2 commits into
Conversation
SPARK-1478: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915
AmplabJenkins
commented
Jun 21, 2014
Can one of the admins verify this patch? |
tdas
commented
Jun 21, 2014
Jenkins, this is okay to test. |
tdas
commented
Jun 21, 2014
Jenkins, test this please. |
AmplabJenkins
commented
Jun 21, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 21, 2014
Merged build started. |
AmplabJenkins
commented
Jun 21, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 21, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15985/ |
tdas
commented
Jun 21, 2014
From Jenkins. |
tmalaska
commented
Jun 21, 2014
Thanks tdas I messed that one. I just updated. It should be good now. |
tdas
commented
Jun 22, 2014
Jenkins, test this please |
tdas
commented
Jun 22, 2014
Jenkins, add to whitelist |
AmplabJenkins
commented
Jun 22, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 22, 2014
Merged build started. |
AmplabJenkins
commented
Jun 22, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 22, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16002/ |
tdas
commented
Jun 24, 2014
This is a weird binary compatibility check failure, that should not be thrown. We are looking at our end for fixing this and rerunning the tests. Once this is figured out, I will merge this. |
tmalaska
commented
Jun 24, 2014
Let me know if there is anything I can do to help.
|
tdas
commented
Jul 3, 2014
Jenkins, test this again. |
tdas
commented
Jul 4, 2014
Jenkins, test this. |
tmalaska
commented
Jul 7, 2014
What is the status of this Jira? |
tdas
commented
Jul 8, 2014
Jenkins, test this please. |
AmplabJenkins
commented
Jul 8, 2014
Merged build triggered. |
AmplabJenkins
commented
Jul 8, 2014
Merged build started. |
tdas
commented
Jul 8, 2014
@tmalaska The binary issue is a pretty tricky issue and doesnt look like it will be fixed any time soon. For now, I am going to try to do work around by ignoring this check (once the latest jenkins build is over, and I have found what to override). Might pull in your changes into my own branch and issue a new PR. |
tdas
commented
Jul 8, 2014
Got the error, going to fix it. |
AmplabJenkins
commented
Jul 8, 2014
Merged build finished. |
AmplabJenkins
commented
Jul 8, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16419/ |
tmalaska
commented
Jul 8, 2014
Let me know if I need to do anything |
tmalaska
commented
Jul 9, 2014
Done. I closed 566. Anything else. I'm open to work on anything. Just direct me to a jira. |
tdas
commented
Jul 9, 2014
Ummm. I meant could you close this PR. :) |
…FLUME-1915 This is a modified version of this PR #1168 done by @tmalaska Adds MIMA binary check exclusions. Author: tmalaska <ted.malaska@cloudera.com> Author: Tathagata Das <tathagata.das1565@gmail.com> Closes#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...
tdas
commented
Jul 10, 2014
@tmalaska can you close this? :) |
…FLUME-1915 This is a modified version of this PR apache#1168 done by @tmalaska Adds MIMA binary check exclusions. Author: tmalaska <ted.malaska@cloudera.com> Author: Tathagata Das <tathagata.das1565@gmail.com> Closesapache#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...
SPARK-1478.2: Upgrade FlumeInputDStream's FlumeReceiver to support
FLUME-1915