Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16124][SQL] fix getHiveFile return file url in jar that cannot be load in SQL - #13833
Closed
tilumi wants to merge 1 commit into
Closed
[SPARK-16124][SQL] fix getHiveFile return file url in jar that cannot be load in SQL#13833tilumi wants to merge 1 commit into
getHiveFile return file url in jar that cannot be load in SQL#13833tilumi wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Jun 22, 2016
Can one of the admins verify this patch? |
| @@ -180,7 +181,12 @@ private[hive] class TestHiveSparkSession( | |||
| ShutdownHookManager.registerShutdownDeleteDir(hiveFilesTemp) | |||
| def getHiveFile(path: String): File = { | |||
Member
There was a problem hiding this comment.
TestHive is only used for our unit testing.
gatorsmile
commented
May 23, 2017
Member
Thanks for working on it. This does not sound an issue to Spark SQL users. Cloud we close this PR now? |
HyukjinKwon
commented
Jun 2, 2017
Member
+1 for closing. |
zifeif2 pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
# What changes were proposed in this pull request? This PR proposes to close stale PRs, mostly the same instances with apache#18017Closesapache#11459Closesapache#13833Closesapache#13720Closesapache#12506Closesapache#12456Closesapache#12252Closesapache#17689Closesapache#17791Closesapache#18163Closesapache#17640Closesapache#17926Closesapache#18163Closesapache#12506Closesapache#18044Closesapache#14036Closesapache#15831Closesapache#14461Closesapache#17638Closesapache#18222 Added: Closesapache#18045Closesapache#18061Closesapache#18010Closesapache#18041Closesapache#18124Closesapache#18130Closesapache#12217 Added: Closesapache#16291Closesapache#17480Closesapache#14995 Added: Closesapache#12835Closesapache#17141 ## How was this patch tested? N/A Author: hyukjinkwon <gurwls223@gmail.com> Closesapache#18223 from HyukjinKwon/close-stale-prs.
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?
I create a temp file from output stream of the file in jar and return that file
How was this patch tested?
manual tests