Hive alter table is failing

2015-09-29 Thread Ophir Cohen
Hi, I'm using Spark on top of Hive. As I want to keep old tables I store the DataFrame into tmp table in hive and when finished successfully I rename the table. In last few days I've upgrade to use Spark 1.4.1, and as I'm using aws emr I got Hive 1.0. Now when I try to rename the table I get the

Re: Hive alter table is failing

2015-09-29 Thread Ophir Cohen
Nop, I'm checking it out thanks! On Tue, Sep 29, 2015 at 3:30 PM, Ted Yu wrote: > Have you seen this thread ? > http://search-hadoop.com/m/q3RTtGwP431AQ2B41 > > Plugin metastore version for your deployment. > > Cheers > > On Sep 29, 2015, at 5:20 AM, Ophir Cohen

Re: Hive alter table is failing

2015-09-29 Thread Ted Yu
Have you seen this thread ? http://search-hadoop.com/m/q3RTtGwP431AQ2B41 Plugin metastore version for your deployment. Cheers > On Sep 29, 2015, at 5:20 AM, Ophir Cohen wrote: > > Hi, > > I'm using Spark on top of Hive. > As I want to keep old tables I store the DataFrame