Re: Create external table like.

2012-07-27 Thread Vidhya Venkataraman
> Regards, > Bejoy KS > > -- > *From:* Vidhya Venkataraman > *To:* user@hive.apache.org > *Sent:* Friday, July 27, 2012 10:21 PM > *Subject:* Create external table like. > > Hi > I am using Hive 0.7.x on my dev machine (yeah we will be upgr

Re: Create external table like.

2012-07-27 Thread Bejoy Ks
27, 2012 10:21 PM Subject: Create external table like. Hi    I am using Hive 0.7.x on my dev machine (yeah we will be upgrading soon :) )   I used the statement indicated in the subject to create an external table: create external table ext_sample_v1 like sample_v1 location '/hive/ware

Create external table like.

2012-07-27 Thread Vidhya Venkataraman
Hi I am using Hive 0.7.x on my dev machine (yeah we will be upgrading soon :) ) I used the statement indicated in the subject to create an external table: *create external table ext_sample_v1 like sample_v1 location '/hive/warehouse/sample_v1/';* * * Since sample_v1 had partitions, I added so