Hive is not coming up in Ambari. It was working fine yesterday. Loaded some data using Sqoop from MySql into Hive and was able to run some hive queries.
I see the following error when i try to restart
Fail: Execution of ‘export HIVE_CONF_DIR=/etc/hive/conf.server ; /usr/hdp/current/hive-client/bin/schematool -initSchema -dbType mysql -userName hive -passWord [PROTECTED]’ returned 1. 15/03/04 21:34:40 WARN conf.HiveConf: HiveConf of name hive.optimize.mapjoin.mapreduce does not exist
15/03/04 21:34:40 WARN conf.HiveConf: HiveConf of name hive.heapsize does not exist
15/03/04 21:34:40 WARN conf.HiveConf: HiveConf of name hive.server2.enable.impersonation does not exist
15/03/04 21:34:40 WARN conf.HiveConf: HiveConf of name hive.auto.convert.sortmerge.join.noconditionaltask does not exist
Metastore connection URL: jdbc:mysql://hostname/hive?createDatabaseIfNotExist=true
Metastore Connection Driver : com.mysql.jdbc.Driver
Metastore connection User: hive
org.apache.hadoop.hive.metastore.HiveMetaException: Failed to get schema version.
*** schemaTool failed ***