Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec.tez | |
org.apache.hadoop.hive.ql.session |
Modifier and Type | Method and Description |
---|---|
protected TezSessionState |
TezSessionPoolManager.createSession(String sessionId) |
TezSessionState |
TezSessionPoolManager.getSession(TezSessionState session,
HiveConf conf,
boolean doOpen) |
TezSessionState |
TezSessionPoolManager.getSession(TezSessionState session,
HiveConf conf,
boolean doOpen,
boolean forceCreate) |
Modifier and Type | Method and Description |
---|---|
List<TezSessionState> |
TezSessionPoolManager.getOpenSessions() |
Modifier and Type | Method and Description |
---|---|
void |
TezSessionPoolManager.close(TezSessionState tezSessionState,
boolean keepTmpDir) |
void |
TezSessionPoolManager.closeAndOpen(TezSessionState sessionState,
HiveConf conf,
boolean keepTmpDir) |
void |
TezSessionPoolManager.closeAndOpen(TezSessionState sessionState,
HiveConf conf,
String[] additionalFiles,
boolean keepTmpDir) |
TezSessionState |
TezSessionPoolManager.getSession(TezSessionState session,
HiveConf conf,
boolean doOpen) |
TezSessionState |
TezSessionPoolManager.getSession(TezSessionState session,
HiveConf conf,
boolean doOpen,
boolean forceCreate) |
void |
TezSessionPoolManager.returnSession(TezSessionState tezSessionState) |
Modifier and Type | Method and Description |
---|---|
TezSessionState |
SessionState.getTezSession() |
Modifier and Type | Method and Description |
---|---|
void |
SessionState.setTezSession(TezSessionState session) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.