By running this on hive shell you can start hive server:
hive --service hiveserver
By default hive runs on port 10000 so you can verify if
netstat -nl | grep 10000 any result, if this command shows something with 10000 that means your hive server is running. you can verify it by running jdbc:hive cliet code.
hive --service hiveserver
By default hive runs on port 10000 so you can verify if
netstat -nl | grep 10000 any result, if this command shows something with 10000 that means your hive server is running. you can verify it by running jdbc:hive cliet code.