The following commands will help in starting the services of Hive and Hive metastore in case they didn’t start automatically without logging into Cloudera manager.
sudo service hive-metastore start
sudo service hive-server2 start
Do let me know if you are facing any issues.