Hive Tutorial 6 : Ways to connect to hive
Below are following ways by which we can connect with the Hive
Server:
- Thrift
Client: Using thrift we can call hive commands from a various
programming
languages e.g: Java, PHP, Python and Ruby. - JDBC
Driver : It supports the Type 4 (pure Java) JDBC Driver
- ODBC
Driver: It supports ODBC protocol.
Comments
Post a Comment