;user@hive.apache.org<mailto:user@hive.apache.org>"
mailto:user@hive.apache.org>>
Subject: Re: error on show databases
The below change in configuration parameter in hive-site.xml fixed the issue
hive.metastore.schema.verification
false
It was TRUE earlier later i changed
The below change in configuration parameter in hive-site.xml fixed the
issue
hive.metastore.schema.verification
false
It was TRUE earlier later i changed it to False.
Not sure if its an issue with Hive or expected behaviour
Even ,when i tried to start metastore following error popped up
It seems your hive metastore is down. restart it and try again.
Thanks,
Divakar
On Wed, Aug 6, 2014 at 9:13 PM, Rahul Channe wrote:
> Hi All,
>
> I am getting following error
>
> hive> show databases;
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.DDLTask. java.
Can you check the hive logs (which should be located in
/tmp//hive.log )? See
https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-ErrorLogs
There ought to be a more specific error there.
Andrew
On 8/6/14, 6:13 PM, Rahul Channe wrote:
Hi All,
I am getting following