Skip to content
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

[SPARK-16124][SQL] fix getHiveFile return file url in jar that cannot be load in SQL #13833

Closed
wants to merge 1 commit into from

Conversation

tilumi
Copy link

@tilumi tilumi commented Jun 22, 2016

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

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@@ -180,7 +181,12 @@ private[hive] class TestHiveSparkSession(
ShutdownHookManager.registerShutdownDeleteDir(hiveFilesTemp)

def getHiveFile(path: String): File = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestHive is only used for our unit testing.

@gatorsmile
Copy link
Member

Thanks for working on it. This does not sound an issue to Spark SQL users. Cloud we close this PR now?

@HyukjinKwon
Copy link
Member

+1 for closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants