Hive 2.3.3 MetaException(message:Version information not found in metastore. ) Hive 2.3.3 MetaException(message:Version information not found in metastore. ) hadoop hadoop

Hive 2.3.3 MetaException(message:Version information not found in metastore. )


I found a solution by myself.i'll post it:following the command on the link below.Hive schema tool

After that you'll receive, when you try to open hive an Error-like: metastore use a differente schematool version.For that i used: Therefore follow below steps and modify database like MySql as per your requirement:

Before you run hive for the first time, runschematool -initSchema -dbType derbyIf you already ran hive and then tried to initSchema and it's failing:mv metastore_db metastore_db.tmpRe runschematool -initSchema -dbType derbyRun hive again

Also if you change directories, the metastore_db created above won't be found.It worked for me.