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

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

Xuefu Zhang created HIVE-6048:
---------------------------------

             Summary: 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


'+' 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)