0 votes
in Big Data | Hadoop by

How can you connect an application, if you run Hive as a server?

1 Answer

0 votes
by

When running Hive as a server, the application can be connected in one of the 3 ways-

ODBC Driver-This supports the ODBC protocol

JDBC Driver- This supports the JDBC protocol

Thrift Client- This client can be used to make calls to all hive commands using different programming language like PHP, Python, Java, C++ and Ruby.

Related questions

+1 vote
asked Apr 3, 2020 in Big Data | Hadoop by Tate
+1 vote
asked Apr 3, 2020 in Big Data | Hadoop by Tate
...