You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/01/12 01:24:54 UTC

[jira] Updated: (HIVE-1039) multi-insert doesn't work for local directories

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

Ning Zhang updated HIVE-1039:
-----------------------------

    Attachment: HIVE-1039.patch

Uploading patch HIVE-1039.patch. This fixes the issue where only 1 moveTask was added when multipole local directories appear in a multi-insert.

> multi-insert doesn't work for local directories
> -----------------------------------------------
>
>                 Key: HIVE-1039
>                 URL: https://issues.apache.org/jira/browse/HIVE-1039
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1039.patch
>
>
> As wd pointed out in hive-user, the following query only load data to the first local directory. Multi-insert to tables works fine. 
> hive> from test
>     > INSERT OVERWRITE LOCAL DIRECTORY '/home/stefdong/tmp/0' select *
> where a = 1
>     > INSERT OVERWRITE LOCAL DIRECTORY '/home/stefdong/tmp/1' select *
> where a = 3;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.