You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/12/18 07:22:07 UTC

[jira] [Commented] (HIVE-6048) Hive load data command rejects file with '+' in the name

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

Ashutosh Chauhan commented on HIVE-6048:
----------------------------------------

Bug seems to be in {{CopyTask}} May be its time to bite the bullet and skip {{CopyTask}} altogether as suggested in HIVE-6024


> Hive load data command rejects file with '+' in the name
> --------------------------------------------------------
>
>                 Key: HIVE-6048
>                 URL: https://issues.apache.org/jira/browse/HIVE-6048
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.12.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>         Attachments: HIVE-6048.patch
>
>
> '+' is a valid character in a file name on linux and HDFS. However, loading data from such a file into table results the following error:
> {code}
> hive> load data local inpath './t+est' into table test;
> FAILED: SemanticException Line 1:23 Invalid path ''./t+est'': No files matching path file:/home/xzhang/apache/hive7/t%20est
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)