RE: How to change the separator of INSERT OVERWRITE LOCAL DIRECTORY

2013-06-19 Thread Tony Burton
erdata; From: Felix.徐 [mailto:ygnhz...@gmail.com] Sent: 29 May 2013 09:38 To: user@hive.apache.org Subject: How to change the separator of INSERT OVERWRITE LOCAL DIRECTORY Hi all, I am wondering how to change the fields separator of INSERT OVERWRITE LOCAL DIRECTORY , does anyone have expe

Re: How to change the separator of INSERT OVERWRITE LOCAL DIRECTORY

2013-05-29 Thread Ted Xu
HI Felix, I believe it is bug not able to change field seperator when sinking data to files. It is already fixed in version 0.11.0. See https://issues.apache.org/jira/browse/HIVE-3682. On Wed, May 29, 2013 at 4:37 PM, Felix.徐 wrote: > Hi all, > > I am wondering how to change the fields separat

How to change the separator of INSERT OVERWRITE LOCAL DIRECTORY

2013-05-29 Thread Felix . 徐
Hi all, I am wondering how to change the fields separator of INSERT OVERWRITE LOCAL DIRECTORY , does anyone have experience doing this ? thanks!