Re: hiver errors

2016-08-10 Thread Stephen Sprague
this error messages says everything you need to know: >Likely cause: new client talking to old server. Continuing without it. when you upgrade hive you also need to upgrade the metastore schema. failing to do that can trigger the message you're getting. On Wed, Aug 10, 2016 at 6:41 AM, Mich Tale

Re: beeline/hiveserver2 + logging

2016-08-10 Thread Stephen Sprague
Hi Gopal, Aha! thank you for background behind this. that makes things much more understandable. and ~3000 queries across 10 HS2 servers. sweet. now that's what i call pushing the edge. I like it! Thanks again, Stephen. On Tue, Aug 9, 2016 at 10:29 PM, Gopal Vijayaraghavan wrote: > > not get

Re: hiver errors

2016-08-10 Thread Mich Talebzadeh
which version of hive it it? can you log in to hive via hive cli *$HIVE_HOME/bin/hive* Logging initialized using configuration in file:/usr/lib/hive/conf/hive-log4j2.properties hive> HTH Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdO

Re: hiver errors

2016-08-10 Thread johny casanova
Helo, I was able to get in to the hive cli. I get the message "warning hive CLI is deprecated and migration to beeline is recommended." CDH 5.7.0 uses hive version 1.1.0-cdh5.7.0 From: Mich Talebzadeh Sent: Wednesday, August 10, 2016 9:41 AM To: user Subject

hiver errors

2016-08-10 Thread johny casanova
helo, I just installed hive and getting this errors: in the Hive metastore server: Metastore thrift server threw an exception metaexception(message:Version information not found in metastore.) then on the hiveserver2 WARN hive.metastore: set_ugi() not successful, Likely cause: ne