org.apache.hadoop.hive.jdbc
Class JdbcSessionState

java.lang.Object
  extended by org.apache.hadoop.hive.ql.session.SessionState
      extended by org.apache.hadoop.hive.jdbc.JdbcSessionState

public class JdbcSessionState
extends SessionState


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.session.SessionState
SessionState.LogHelper, SessionState.ResourceHook, SessionState.ResourceType
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.session.SessionState
conf, db, err, HIVE_L4J, hiveHist, in, isSilent, out
 
Constructor Summary
JdbcSessionState()
           
JdbcSessionState(HiveConf conf)
           
JdbcSessionState(HiveConf conf, Hive db)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.session.SessionState
add_resource, delete_resource, delete_resource, find_resource_type, get, getCmd, getConf, getDb, getHiveHistory, getIsSilent, getQueryId, getSessionId, initHiveLog4j, list_resource, setCmd, setConf, setIsSilent, start, start, validateFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcSessionState

public JdbcSessionState()

JdbcSessionState

public JdbcSessionState(HiveConf conf)

JdbcSessionState

public JdbcSessionState(HiveConf conf,
                        Hive db)


Copyright © 2009 The Apache Software Foundation