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

Popular posts from this blog

Hive Tutorial 24 : MR vs Tez execution engines in Hive

Unix Tutorial 16 : Command Line Arguments

Unix Tutorial 12 : Loop Types