|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SessionState in org.apache.hadoop.hive.cli |
---|
Subclasses of SessionState in org.apache.hadoop.hive.cli | |
---|---|
class |
CliSessionState
|
Uses of SessionState in org.apache.hadoop.hive.jdbc |
---|
Subclasses of SessionState in org.apache.hadoop.hive.jdbc | |
---|---|
class |
JdbcSessionState
|
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.history |
---|
Constructors in org.apache.hadoop.hive.ql.history with parameters of type SessionState | |
---|---|
HiveHistory(SessionState ss)
Construct HiveHistory object an 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 |
PostExecute.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
The run command that is called just before the execution of the query. |
void |
PreExecute.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
The run command that is called just before the execution of the query. |
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 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |