Re: DROP TABLE does not respect the IF EXISTS clause

2013-02-01 Thread Marc Limotte
> >>> > thanks, >>> > Marc >>> > >>> > On Thu, Jan 31, 2013 at 11:42 AM, Mark Grover < >>> grover.markgro...@gmail.com> >>> > wrote: >>> >> >>> >> Marc, >>> >> It seemed t

Re: DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Mark Grover
Marc >> > >> > On Thu, Jan 31, 2013 at 11:42 AM, Mark Grover < >> grover.markgro...@gmail.com> >> > wrote: >> >> >> >> Marc, >> >> It seemed to work on my installation of Hive 0.9. Is this a table or a >> >> vi

Re: DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Marc Limotte
> >> Marc, > >> It seemed to work on my installation of Hive 0.9. Is this a table or a > >> view you are trying to drop? > >> Mind sharing the create table definition? > >> > >> Mark > >> > >> > >> On Thu, Jan 31, 2013 at

Re: DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Harsh J
;> >> Mark >> >> >> On Thu, Jan 31, 2013 at 10:42 AM, Marc Limotte >> wrote: >>> >>> Hi, >>> >>> I'm testing with Hive 0.9.0 (in Amazon EC2, but NOT emr). I'm >>> experiencing a problem where DROP TABLE does not

Re: DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Marc Limotte
e or a > view you are trying to drop? > Mind sharing the create table definition? > > Mark > > > On Thu, Jan 31, 2013 at 10:42 AM, Marc Limotte wrote: > >> Hi, >> >> I'm testing with Hive 0.9.0 (in Amazon EC2, but NOT emr). I'm >> experie

Re: DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Mark Grover
27;m > experiencing a problem where DROP TABLE does not respect the IF EXISTS > clause, so it still throws an error when the table doesn't exist and this > causes the script to stop executing. Here's what it looks like from the > hive shell: > > hive> DROP TABLE IF

DROP TABLE does not respect the IF EXISTS clause

2013-01-31 Thread Marc Limotte
Hi, I'm testing with Hive 0.9.0 (in Amazon EC2, but NOT emr). I'm experiencing a problem where DROP TABLE does not respect the IF EXISTS clause, so it still throws an error when the table doesn't exist and this causes the script to stop executing. Here's what it looks like