You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Shuaishuai Nie (JIRA)" <ji...@apache.org> on 2014/01/24 02:19:44 UTC

[jira] [Created] (HADOOP-10272) Hadoop 2 "-copyFromLocal" fail when source is a folder and there are spaces in the path

Shuaishuai Nie created HADOOP-10272:
---------------------------------------

             Summary: Hadoop 2 "-copyFromLocal" fail when source is a folder and there are spaces in the path
                 Key: HADOOP-10272
                 URL: https://issues.apache.org/jira/browse/HADOOP-10272
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 2.2.0
            Reporter: Shuaishuai Nie


Repro steps:
with folder structure like: /ab/c d/ef.txt
hadoop command (hadoop fs -copyFromLocal /ab/ /) or (hadoop fs -copyFromLocal "/ab/c d/" /) fail with error:
copyFromLocal: File file:/ab/c%20d/ef.txt does not exist

However command (hadoop fs -copyFromLocal "/ab/c d/ef.txt" /) success.

Seems like hadoop treat file and directory differently when "copyFromLocal".
This only happens in Hadoop 2 and causing 2 Hive unit test failures (external_table_with_space_in_location_path.q and load_hdfs_file_with_space_in_the_name.q).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)