[ https://issues.apache.org/jira/browse/HIVE-11990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935793#comment-14935793 ]
Jason Dere commented on HIVE-11990: ----------------------------------- I think this looks fine. Can you add a test - you might be able to add a qfile test using a path with pfile:/ as the load file. > Loading data inpath from a temporary table dir fails on Windows > --------------------------------------------------------------- > > Key: HIVE-11990 > URL: https://issues.apache.org/jira/browse/HIVE-11990 > Project: Hive > Issue Type: Bug > Reporter: Takahiko Saito > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-11990.1.patch > > > The query runs: > {noformat} > load data inpath 'wasb:///tmp/testtemptable/temptablemisc_5/data' overwrite > into table temp2; > {noformat} > It fails with: > {noformat} > FAILED: SemanticException [Error 10028]: Line 2:37 Path is not legal > ''wasb:///tmp/testtemptable/temptablemisc_5/data'': Move from: > wasb://humb23-hi...@humboldttesting3.blob.core.windows.net/tmp/testtemptable/temptablemisc_5/data > to: > hdfs://headnode0.humb23-hive1-ssh.h2.internal.cloudapp.net:8020/tmp/hive/hrt_qa/0d5f8b31-5908-44bf-ae4c-9eee956da066/_tmp_space.db/75b44252-42a7-4d28-baf8-4977daa5d49c > is not valid. Please check that values for params "default.fs.name" and > "hive.metastore.warehouse.dir" do not conflict. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)