Gwen Shapira created HIVE-4622:
----------------------------------

             Summary: LOAD DATA LOCAL doesn't handle filenames with spaces
                 Key: HIVE-4622
                 URL: https://issues.apache.org/jira/browse/HIVE-4622
             Project: Hive
          Issue Type: Bug
          Components: CLI
    Affects Versions: 0.10.0
            Reporter: Gwen Shapira


LOAD DATA LOCAL INPATH '/mnt/hgfs/DATA/CA Locations.txt' overwrite into table 
locations;

Results in:
Copying data from file:/mnt/hgfs/DATA/CA%20Locations.txt
No files matching path: file:/mnt/hgfs/DATA/CA%20Locations.txt
FAILED: Execution Error, return code 3 from 
org.apache.hadoop.hive.ql.exec.CopyTask



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to