Re: Generate Hive DDL

2013-02-15 Thread Murtaza Doctor
.apache.org>> Date: Friday, February 15, 2013 7:21 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: Generate Hive DDL If you're using Hive v0.10, this implements the new SHOW CREATE TABLE mytable comman

Re: Generate Hive DDL

2013-02-15 Thread Dean Wampler
;> Folks, >> >> I was wondering if any one is aware of a way to generate Hive DDL >> scripts using the existing metastore which in our case is in postgres. We >> have a few tables which have been historically created and figuring our >> creating ways to get the

Re: Generate Hive DDL

2013-02-14 Thread Anandha L Ranganathan
2013 at 9:41 PM, Murtaza Doctor wrote: > Folks, > > I was wondering if any one is aware of a way to generate Hive DDL > scripts using the existing metastore which in our case is in postgres. We > have a few tables which have been historically created and figuring our > creating ways

Generate Hive DDL

2013-02-14 Thread Murtaza Doctor
Folks, I was wondering if any one is aware of a way to generate Hive DDL scripts using the existing metastore which in our case is in postgres. We have a few tables which have been historically created and figuring our creating ways to get the schema as DDL so that we can keep it in under