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
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,
, 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
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
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