Sergio Peña created HIVE-8919:
---------------------------------
Summary: 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
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)