Skip to content

[SPARK-4131] Merge HiveTmpFile.scala to SaveAsHiveFile.scala - #19221

Closed
janewangfb wants to merge 1 commit into
apache:masterfrom
janewangfb:merge_savehivefile_hivetmpfile
Closed

[SPARK-4131] Merge HiveTmpFile.scala to SaveAsHiveFile.scala#19221
janewangfb wants to merge 1 commit into
apache:masterfrom
janewangfb:merge_savehivefile_hivetmpfile

Conversation

@janewangfb

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

The code is already merged to master:
#18975

This is a following up PR to merge HiveTmpFile.scala to SaveAsHiveFile.

How was this patch tested?

Build successfully

@gatorsmile

Copy link
Copy Markdown
Member

ok to test

@SparkQA

Copy link
Copy Markdown

Test build #81730 has finished for PR 19221 at commit 0b8d47a.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile

Copy link
Copy Markdown
Member

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #81735 has finished for PR 19221 at commit 0b8d47a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile

Copy link
Copy Markdown
Member

LGTM

@gatorsmile

Copy link
Copy Markdown
Member

Thanks! Merged to master.

@aoxiangcao

Copy link
Copy Markdown

i'm sorry if it right to ask here .i have some question when use 'insert overwrite directory /user/appUser/test'. first, i start the thrift by 'hdfs', and login into beeline with user 'appUser'. then, i run sql 'insert overwrite directory ....' , the job cannot move data from staging folder to destination folder. because the result file is own by 'hdfs',the folder '/user/appUser/test' is own by appUser. so permission denied. is something wrong?

Sign up for freeto 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

@janewangfb@gatorsmile@SparkQA@aoxiangcao