Search

If we run hive as a server, what are the available mechanisms for connecting it from application?



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.