Created 02-11-2016 12:49 PM
We have configured HDP 2.3.4.0 with Ambari in CentOS 6.4. Post installation we can see that the Hive Metastore service is getting stopped everytime it is started through Ambari. We had chosen MySQL for Hive metastore but in logs we can see it tries to connect with Derby. Looking for your help.
Created 02-11-2016 12:54 PM
Please check hive meta store settings in ambari and make sure that it's MySQL
Created 02-11-2016 03:18 PM
Also, very important
Run following in mysql as root user
grant all privileges on *.* to 'hive'@'host' identified by 'hivepassword' with grant option;
Created 02-15-2016 12:56 PM
Created 02-11-2016 03:35 PM