Hive Thrift Server takes Forever to Start


2 Answer(s)


hi Shubhankar,

The command would generally give the message "Starting Hive Thrift Server" which you already were seeing. The messages would change with some Hive versions.

Execute the command to confirm whether any service is running
netstat -nl | grep 8888

Thanks

When I run the command netstat -nl | grep 8888 , it goes back to the shell command without giving any output message.

I closed my VM session and restarted in order to kill any process which might have blocked. Still getting the same issue with the HiveServer.

I am clueless on what is the problem. Please help.