Showing posts with label ubuntu hive server. Show all posts
Showing posts with label ubuntu hive server. Show all posts

Friday, March 16, 2012

Starting Hive server

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.

Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...