Uses of Class
org.apache.hadoop.hive.ql.session.SessionState

Packages that use SessionState
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.history   
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.io.rcfile.merge   
org.apache.hadoop.hive.ql.io.rcfile.stats   
org.apache.hadoop.hive.ql.io.rcfile.truncate   
org.apache.hadoop.hive.ql.security   
org.apache.hadoop.hive.ql.session   
 

Uses of SessionState in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as SessionState
protected  SessionState TaskRunner.ss
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.exec.mr
 

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type SessionState
 void HadoopJobExecHook.logPlanProgress(SessionState ss)
           
 void ExecDriver.logPlanProgress(SessionState ss)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.history
 

Constructors in org.apache.hadoop.hive.ql.history with parameters of type SessionState
HiveHistoryImpl(SessionState ss)
          Construct HiveHistoryImpl object and open history log file.
 

Uses of SessionState in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type SessionState
 void PostExecutePrinter.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, LineageInfo linfo, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PostExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, LineageInfo lInfo, org.apache.hadoop.security.UserGroupInformation ugi)
          Deprecated. 
 void UpdateInputAccessTimeHook.PreExec.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PreExecutePrinter.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 void PreExecute.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
          Deprecated. 
 void EnforceReadOnlyTables.run(SessionState sess, Set<ReadEntity> inputs, Set<WriteEntity> outputs, org.apache.hadoop.security.UserGroupInformation ugi)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type SessionState
 void BlockMergeTask.logPlanProgress(SessionState ss)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.io.rcfile.stats
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.stats with parameters of type SessionState
 void PartialScanTask.logPlanProgress(SessionState ss)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.io.rcfile.truncate
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type SessionState
 void ColumnTruncateTask.logPlanProgress(SessionState ss)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.security
 

Methods in org.apache.hadoop.hive.ql.security with parameters of type SessionState
 void SessionStateUserAuthenticator.setSessionState(SessionState sessionState)
           
 void SessionStateConfigUserAuthenticator.setSessionState(SessionState sessionState)
           
 void HiveAuthenticationProvider.setSessionState(SessionState ss)
          This function is meant to be used only for hive internal implementations of this interface.
 void HadoopDefaultAuthenticator.setSessionState(SessionState ss)
           
 

Uses of SessionState in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session that return SessionState
static SessionState SessionState.get()
          get the current session.
static SessionState SessionState.start(HiveConf conf)
          start a new session and set it to current session.
static SessionState SessionState.start(SessionState startSs)
          set current session to existing session object if a thread is running multiple sessions - it must call this method with the new session object when switching from one session to another.
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type SessionState
static void SessionState.setCurrentSessionState(SessionState startSs)
          Sets the given session state in the thread local var for sessions.
static SessionState SessionState.start(SessionState startSs)
          set current session to existing session object if a thread is running multiple sessions - it must call this method with the new session object when switching from one session to another.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.