RE: Adding a table in HIVE does not create a table on mysql which is the metastore

2013-12-26 Thread shouvanik.haldar
After adding this, do we have to restart mysql / hive? From: Satish Mittal [mailto:satish.mit...@inmobi.com] Sent: Thursday, December 26, 2013 4:41 PM To: user@hive.apache.org Subject: Re: Adding a table in HIVE does not create a table on mysql which is the metastore Can you check the following

Re: Adding a table in HIVE does not create a table on mysql which is the metastore

2013-12-26 Thread Satish Mittal
anik > > > > *From:* zeekvfu [mailto:wzmind...@gmail.com] > *Sent:* Thursday, December 26, 2013 12:46 PM > *To:* user@hive.apache.org > *Subject:* Re: Adding a table in HIVE does not create a table on mysql > which is the metastore > > > > You can get the table name,

RE: Adding a table in HIVE does not create a table on mysql which is the metastore

2013-12-26 Thread shouvanik.haldar
, I do not find the table “t1” which I had created. Thanks, Shouvanik From: zeekvfu [mailto:wzmind...@gmail.com] Sent: Thursday, December 26, 2013 12:46 PM To: user@hive.apache.org Subject: Re: Adding a table in HIVE does not create a table on mysql which is the metastore You can get the table n

RE: Adding a table in HIVE does not create a table on mysql which is the metastore

2013-12-26 Thread shouvanik.haldar
Hi, I will check and let you know. Thanks, Shouvanik From: zeekvfu [mailto:wzmind...@gmail.com] Sent: Thursday, December 26, 2013 12:46 PM To: user@hive.apache.org Subject: Re: Adding a table in HIVE does not create a table on mysql which is the metastore You can get the table name, using

Re: Adding a table in HIVE does not create a table on mysql which is the metastore

2013-12-25 Thread zeekvfu
You can get the table name, using: select * from TBLS; Some more detailed information: select * from TABLE_PARAMS; select * from SERDE_PARAMS; select * from PARTITION_KEYS; On Thu, Dec 26, 2013 at 2:18 PM, wrote: > Hi, > > > > I am exploring HIVE options on EMR box from Amazon. Once I create