Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6211][Streaming] Add Python Kafka API unit test - #4961
[SPARK-6211][Streaming] Add Python Kafka API unit test #4961jerryshao wants to merge 15 commits into
Conversation
SparkQA
commented
Mar 10, 2015
Test build #28427 has started for PR 4961 at commit
|
SparkQA
commented
Mar 10, 2015
Test build #28427 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Mar 10, 2015
Test FAILed. |
SparkQA
commented
Mar 10, 2015
Test build #28429 has started for PR 4961 at commit
|
SparkQA
commented
Mar 10, 2015
Test build #28429 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Mar 10, 2015
Test FAILed. |
jerryshao
commented
Mar 10, 2015
Jenkins, retest this please. |
SparkQA
commented
Mar 10, 2015
Test build #28431 has started for PR 4961 at commit
|
SparkQA
commented
Mar 10, 2015
Test build #28431 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Mar 10, 2015
Test FAILed. |
SparkQA
commented
Mar 11, 2015
Test build #28458 has started for PR 4961 at commit
|
SparkQA
commented
Mar 11, 2015
Test build #28458 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Mar 11, 2015
Test FAILed. |
jerryshao
commented
Mar 11, 2015
Looks like maven command in Currently what I did is to use |
tdas
commented
Mar 12, 2015
This seems like a bug that was fixed couple of weeks ago. Are you sure you have merged with master recently. In fact the PR has merge conflicts. |
There was a problem hiding this comment.
Can you add one line to say why this is in /main and not /test.
tdas
commented
Mar 12, 2015
Other than the assembly issue, its looks quite good. Only a few minor comments. |
jerryshao
commented
Mar 13, 2015
Thanks a lot @tdas for your review, actually I rebased the code in my local environment and tried to test again, seems a recent merged PR #3916 changed the behavior of |
jerryshao
commented
Apr 10, 2015
Seems recent merged PR #5261 changed the script and make my test fail, I will fix it. |
SparkQA
commented
Apr 10, 2015
Test build #29999 has started for PR 4961 at commit |
SparkQA
commented
Apr 10, 2015
Test build #29999 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Apr 10, 2015
Test PASSed. |
jerryshao
commented
Apr 10, 2015
Jenkins, retest this please. |
SparkQA
commented
Apr 10, 2015
Test build #30006 has started for PR 4961 at commit |
tdas
commented
Apr 10, 2015
Jenkins, retest this please.
|
tdas
commented
Apr 10, 2015
LGTM. Will merge if it passes. |
SparkQA
commented
Apr 10, 2015
Test build #30006 has finished for PR 4961 at commit
|
AmplabJenkins
commented
Apr 10, 2015
Test PASSed. |
tdas
commented
Apr 10, 2015
Merging this. |
tdas
commented
Apr 10, 2015
Thanks @jerryshao for doing this! |
Refactor the Kafka unit test and add Python API support. CC @tdas@davies please help to review, thanks a lot.