You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2014/11/20 01:00:42 UTC

[jira] [Updated] (HIVE-8919) Fix FileUtils.copy() method to call distcp only for HDFS files (not local files)

     [ https://issues.apache.org/jira/browse/HIVE-8919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Peña updated HIVE-8919:
------------------------------
    Attachment: CDH-23392.1.patch

> Fix FileUtils.copy() method to call distcp only for HDFS files (not local files)
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-8919
>                 URL: https://issues.apache.org/jira/browse/HIVE-8919
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergio Peña
>            Assignee: Sergio Peña
>         Attachments: CDH-23392.1.patch
>
>
> When loading a big file (> 32Mb) from the local filesystem to the HDFS filesystem, Hive fails because the local filesystem cannot load the 'distcp' class.
> The 'distcp' class is used only by HDFS filesystem.
> We should use distcp only when copying files between the HDFS filesystem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)