WebHosting

Showing posts with label running hive server. Show all posts
Showing posts with label running 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

Error Message in DBeaver connecting using jdbc: Public Key Retrieval is not allowed

Fixing “Public Key Retrieval is not allowed” Error in MySQL with DBeaver   If you are trying to connect MySQL 8+ with DBeaver and suddenly...