You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zach York (JIRA)" <ji...@apache.org> on 2016/04/08 22:05:25 UTC

[jira] [Created] (HIVE-13463) Fix ImportSemanticAnalyzer to allow for different src/dst filesystems

Zach York created HIVE-13463:
--------------------------------

             Summary: Fix ImportSemanticAnalyzer to allow for different src/dst filesystems
                 Key: HIVE-13463
                 URL: https://issues.apache.org/jira/browse/HIVE-13463
             Project: Hive
          Issue Type: Bug
          Components: Import/Export
    Affects Versions: 2.0.0
            Reporter: Zach York
            Assignee: Zach York


In ImportSemanticAnalyzer, there is an assumption that the src filesystem for import and the final location are on the same filesystem. Therefore the check for emptiness and getExternalTmpLocation will be looking on the wrong filesystem and will cause an error. The output path should be fed into getExternalTmpLocation to get a temporary file on the correct filesystem. The check for emptiness should use the output filesystem.



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