RE: Error when altering table not in default database

2014-08-06 Thread sky88088
Thank you! It works. Best Regards,ypg Date: Wed, 6 Aug 2014 15:48:57 -0400 Subject: Re: Error when altering table not in default database From: leftylever...@gmail.com To: user@hive.apache.org ALTER TABLE does not yet take a database qualifier on the table name, but it will soon (see HIVE

Re: Error when altering table not in default database

2014-08-06 Thread Lefty Leverenz
ALTER TABLE does not yet take a database qualifier on the table name, but it will soon (see HIVE-2584 and HIVE-4064 ). In the meantime, you can set the database before issuing ALTER TABLE, then reset