Getting error while starting hive


2 Answer(s)


hi Mohanraj,

Is hive working with Derby which is the default. Did you try connecting to mysql manually with username/password as "root/root" . I guess issue is with username or password.

Hey thanks for the support.

I have figured out the cause why the hive is failing to start up.
It seems the property hive.metastore.local'' is deprecated.
I removed this property from the hive-site.xml and the hive got booted up successfully. I even created database and tables and all are successful. It also got reflected in the mysql.