It seems that your hive server is not running properly.
Please try the below commands in your command line and try running your hive server.
$HIVE_HOME/bin/hive --service hiveserver2 &
nohup hiveserver2 &
nohup hive --service hiveserver2 &
You will get the warnings which can be neglected.