Re: Changing table types from managed to external

2012-08-07 Thread Igor Tatarinov
Try ALTER TABLE table SET TBLPROPERTIES('EXTERNAL'='TRUE'); It worked for me. igor decide.com On Mon, Aug 6, 2012 at 11:08 PM, Babe Ruth gtevelde-h...@hotmail.comwrote: Hello, I created a managed table in HIVE when i intended for it to be external, is it possible for me to change the

RE: Changing table types from managed to external

2012-08-07 Thread Babe Ruth
Thanks Igor! It worked! Date: Mon, 6 Aug 2012 23:26:04 -0700 Subject: Re: Changing table types from managed to external From: i...@decide.com To: u...@hive.apache.org CC: dev@hive.apache.org TryALTER TABLE table SET TBLPROPERTIES('EXTERNAL'='TRUE'); It worked for me. igordecide.com On Mon