Hive server
- HiveServer – It allows a remote client to submit requests to Hive, using a programming languages, and results.
- Hive server2 – It interface that enables remote clients to execute queries against Hive and results.
How does hive server works ?
- It provide service to allows a remote client which using different kinds of programming languages, and retrieve results.
- The current implementation, based on RPC(Remote Procedure Call), improved version of hive server and supports multi-client and Authentication.