Re: error on show databases

2014-08-11 Thread Subramanian, Sanjay (HQP)
;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

Re: error on show databases

2014-08-07 Thread Rahul Channe
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

Re: error on show databases

2014-08-06 Thread Divakar Reddy
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.

Re: error on show databases

2014-08-06 Thread Andrew Mains
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