I am able to start hiveserver2 service on Centos8.5 and attached below logs when starting hiveserver2.
Also hive metastore service is up and running. Logs are attached below.
I am able to access hive shell by executing command $hive.
Only the issue is that I am not able to connect hiveserver2 ip and port via beeline hive jdbc string.
hiveserver2 beeline jdbc issue
netstat -tnlpa | grep 10000
10000 port not listening on hiveserver2 server
Please suggest your recommendation to resolve this issue.
Thanks in advance. Faizan.
I believe the hiveserver2 port 10000 is not up therefore we are not able to connect with jdbc string with ip and port and getting connection refused error.