[
https://issues.apache.org/jira/browse/HIVE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-1039:
---------------------------------
Component/s: Query Processor
Fix Version/s: (was: 0.6.0)
> 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
> Components: Query Processor
> Affects Versions: 0.5.0, 0.6.0
> Reporter: Ning Zhang
> Assignee: Ning Zhang
> Fix For: 0.5.0
>
> Attachments: HIVE-1039.patch, HIVE-1039_2.patch, HIVE-1039_3.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.