org.apache.hadoop.hive.service
Class HiveServer

java.lang.Object
  extended by org.apache.hadoop.hive.service.ThriftHive
      extended by org.apache.hadoop.hive.service.HiveServer

public class HiveServer
extends ThriftHive

Thrift Hive Server Implementation


Nested Class Summary
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
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.service.ThriftHive
ThriftHive.Client, ThriftHive.execute_args, ThriftHive.execute_result, ThriftHive.fetchAll_args, ThriftHive.fetchAll_result, ThriftHive.fetchN_args, ThriftHive.fetchN_result, ThriftHive.fetchOne_args, ThriftHive.fetchOne_result, ThriftHive.getSchema_args, ThriftHive.getSchema_result, ThriftHive.Iface, ThriftHive.Processor
 
Constructor Summary
HiveServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveServer

public HiveServer()
Method Detail

main

public static void main(String[] args)


Copyright © 2009 The Apache Software Foundation