if client want to make some query to see how data looks.

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Hive if client want to make some query to see how data looks.

Viewing 1 reply thread
  • Author
    Posts
    • #6540
      DataFlair TeamDataFlair Team
      Spectator

      if client want to make some query and see how data looks and they dont want use any visualization tool ? How can they perform query?

    • #6541
      DataFlair TeamDataFlair Team
      Spectator

      Hive supports different types of client applications for performing queries on the Hive. These clients can be categorized into three types:
      • Thrift Clients: As Hive server is based on Apache Thrift, it can serve the request from all those programming language that supports Thrift.
      • JDBC Clients: Hive allows Java applications to connect to it using the JDBC driver which is defined in the class org.apache.hadoop.hive.jdbc.HiveDriver.
      • ODBC Clients: The Hive ODBC Driver allows applications that support the ODBC protocol to connect to Hive. (Like the JDBC driver, the ODBC driver uses Thrift to communicate with the Hive server.)

Viewing 1 reply thread
  • You must be logged in to reply to this topic.