in Big Data | Hadoop by (32.2k points)

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

1 Answer

0 votes
by (6.5k points)

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 (883 points)
+1 vote
asked Apr 3, 2020 in Big Data | Hadoop by Tate (883 points)
0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986 (31.7k points)
...