Q&A
Ask and answer questions to make information more available to wider audiences.
Ashley Judd @juddashley96   14, Jun 2023 12:00 AM
connecting applications
What is the available mechanism for connecting applications when we run Hive as a server?
answers 1
 
Answer 1
Jose Grimsbro @josegrimsbro   21, Jun 2023 12:35 PM
Thrift Client: Using Thrift, we can call Hive commands from various programming languages, such as C++, PHP, Java, Python, and Ruby.
JDBC Driver: JDBC Driver enables accessing data with JDBC support, by translating calls from an application into SQL and passing the SQL queries to the Hive engine.
ODBC Driver: It implements the ODBC API standard for the Hive DBMS, enabling ODBC-compliant applications to interact seamlessly with Hive.