Uses of Interface
org.apache.hadoop.hive.service.HiveInterface

Packages that use HiveInterface
org.apache.hadoop.hive.jdbc   
org.apache.hadoop.hive.service   
 

Uses of HiveInterface in org.apache.hadoop.hive.jdbc
 

Constructors in org.apache.hadoop.hive.jdbc with parameters of type HiveInterface
HiveDatabaseMetaData(HiveInterface client)
           
HivePreparedStatement(HiveInterface client, String sql)
           
HiveQueryResultSet(HiveInterface client)
           
HiveQueryResultSet(HiveInterface client, int maxRows)
           
HiveStatement(HiveInterface client)
           
 

Uses of HiveInterface in org.apache.hadoop.hive.service
 

Classes in org.apache.hadoop.hive.service that implement HiveInterface
 class HiveClient
          Thrift Hive Client Just an empty class that can be used to run queries on a stand alone hive server.
static class HiveServer.HiveServerHandler
          Handler which implements the Hive Interface This class can be used in lieu of the HiveClient class to get an embedded server.
 



Copyright © 2013 The Apache Software Foundation