Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.12.0
-
None
Description
'+' 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:
hive> load data local inpath '/home/xzhang/temp/t+est.txt' into table test; Copying data from file:/home/xzhang/temp/t est.txt No files matching path: file:/home/xzhang/temp/t est.txt FAILED: Execution Error, return code 3 from org.apache.hadoop.hive.ql.exec.CopyTask
Attachments
Attachments
Issue Links
- links to