RE: Problem replacing existing Hive file with modified copy

2012-07-25 Thread Connell, Chuck
Gee thanks! That is great service. Chuck From: Bejoy Ks [mailto:bejoy...@yahoo.com] Sent: Wednesday, July 25, 2012 12:04 PM To: user@hive.apache.org Subject: Re: Problem replacing existing Hive file with modified copy The corresponding jira filed to track this bug is 'HIVE-3300

Re: Problem replacing existing Hive file with modified copy

2012-07-25 Thread Bejoy Ks
The corresponding jira filed to track this bug is 'HIVE-3300' . https://issues.apache.org/jira/browse/HIVE-3300 Regards Bejoy KS From: Bejoy Ks To: "user@hive.apache.org" Sent: Wednesday, July 25, 2012 9:28 PM Subject: Re: Problem rep

Re: Problem replacing existing Hive file with modified copy

2012-07-25 Thread Bejoy Ks
Hi Connell It looks like a bug in hive, I checked with hive 0.9 . If you are loading data from local fs to hive tables using 'LOAD DATA LOCAL INPATH' and if a file with the same name exists in the table's location then the new file will be suffixed by *_copy_1. But if we do the 'LOAD DATA IN