[ 
https://issues.apache.org/jira/browse/HIVE-6811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957394#comment-13957394
 ] 

Jason Dere commented on HIVE-6811:
----------------------------------

Looks like LoadSemanticAnalyzer changes in HIVE-6048 may have caused this, when 
path string in windows is generated with Path.toUri(), "C:/path" becomes 
"/C:/path" which seems to have allowed things to work before.  Without the 
toUri() call, the path remains "C:/path" and the we see the error. 

> LOAD command does not work with relative paths on Windows
> ---------------------------------------------------------
>
>                 Key: HIVE-6811
>                 URL: https://issues.apache.org/jira/browse/HIVE-6811
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>
> qfile tests on Windows fail when trying to load data, with 
> URISyntaxException: Relative path in absolute URI



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to