Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveContext is removed - #12924
Closed
dilipbiswal wants to merge 2 commits into
Closed
[SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveContext is removed#12924dilipbiswal wants to merge 2 commits into
dilipbiswal wants to merge 2 commits into
Conversation
…veContext is removed
SparkQA
commented
May 5, 2016
Test build #57855 has finished for PR 12924 at commit
|
dilipbiswal
commented
May 5, 2016
ContributorAuthor
cc @andrewor14 |
andrewor14
commented
May 5, 2016
Contributor
@dilipbiswal thanks for fixing this! There's actually one more change that needs to be made in with |
dilipbiswal
commented
May 5, 2016
ContributorAuthor
@andrewor14 Sure Andrew. I will change it. |
andrewor14
commented
May 5, 2016
Contributor
Thanks, LGTM |
andrewor14
commented
May 5, 2016
Contributor
Merging into master 2.0. |
asfgit pushed a commit
that referenced
this pull request
May 5, 2016
…er HiveContext is removed ## What changes were proposed in this pull request? Enable the test that was disabled when HiveContext was removed. ## How was this patch tested? Made sure the enabled test passes with the new jar. Author: Dilip Biswal <dbiswal@us.ibm.com> Closes#12924 from dilipbiswal/spark-14893. (cherry picked from commit 02c07e8) Signed-off-by: Andrew Or <andrew@databricks.com>
dilipbiswal
commented
May 5, 2016
ContributorAuthor
@andrewor14 Thank you Andrew !! |
SparkQA
commented
May 5, 2016
Test build #57921 has finished for PR 12924 at commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Enable the test that was disabled when HiveContext was removed.
How was this patch tested?
Made sure the enabled test passes with the new jar.