-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-30756][SQL] Fix ThriftServerWithSparkContextSuite on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3
#27513
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 #118106 has finished for PR 27513 at commit
|
|
Test build #118118 has finished for PR 27513 at commit
|
|
Test build #118123 has finished for PR 27513 at commit
|
|
Test build #118124 has finished for PR 27513 at commit
|
|
Test build #118129 has finished for PR 27513 at commit
|
|
Test build #118121 has finished for PR 27513 at commit
|
|
Test build #118134 has finished for PR 27513 at commit
|
|
retest this please |
|
Test build #118143 has finished for PR 27513 at commit
|
|
retest this please |
|
Test build #118157 has finished for PR 27513 at commit
|
|
@dongjoon-hyun, @wangyum, @shaneknapp, @srowen this is about Do you guys mind if I merge and see if this fixes |
ThriftServerWithSparkContextSuite on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3
|
shall we merge it to master as well? |
|
tbh, i don't mind.
…On Mon, Feb 10, 2020 at 7:12 PM Hyukjin Kwon ***@***.***> wrote:
@dongjoon-hyun <https://github.com/dongjoon-hyun>, @wangyum
<https://github.com/wangyum>, @shaneknapp <https://github.com/shaneknapp>,
@srowen <https://github.com/srowen> this is about SPARK-30756. I can't
reproduce with the same profiles in PR builder and in my local. I wanted to
try this way #26710 (comment)
<#26710 (comment)>
Do you guys mind if I merge and see if this fixes
spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3
<https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3/>
?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27513?email_source=notifications&email_token=AAMIHLATVGWR7YOEF7MJG3TRCIJRFA5CNFSM4KSGXCQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLC3RY#issuecomment-584461767>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMIHLGA43PVEEBRLEFUA6TRCIJRFANCNFSM4KSGXCQA>
.
|
|
Yup, I will do that. |
|
I will port forward to the master once the tests pass. |
|
Test build #118199 has finished for PR 27513 at commit
|
…ranch-3.0-test-sbt-hadoop-2.7-hive-2.3 ### What changes were proposed in this pull request? This PR tries #26710 (comment) way to fix the test. ### Why are the changes needed? To make the tests pass. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins will test first, and then `on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3` will test it out. Closes #27513 from HyukjinKwon/test-SPARK-30756. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
|
Merged to master and branch-3.0. |
|
Okay, seems the test fixed. |
|
Late LGTM. Thank you for fixing that, @HyukjinKwon ! |
…ranch-3.0-test-sbt-hadoop-2.7-hive-2.3 ### What changes were proposed in this pull request? This PR tries apache#26710 (comment) way to fix the test. ### Why are the changes needed? To make the tests pass. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins will test first, and then `on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3` will test it out. Closes apache#27513 from HyukjinKwon/test-SPARK-30756. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 8efe367) Signed-off-by: HyukjinKwon <[email protected]>
What changes were proposed in this pull request?
This PR tries #26710 (comment) way to fix the test.
Why are the changes needed?
To make the tests pass.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Jenkins will test first, and then
on spark-branch-3.0-test-sbt-hadoop-2.7-hive-2.3will test it out.