org.apache.hadoop.hive.cli
Class CliSessionState
java.lang.Object
org.apache.hadoop.hive.ql.session.SessionState
org.apache.hadoop.hive.cli.CliSessionState
public class CliSessionState
- extends SessionState
CliSessionState.
Fields inherited from class org.apache.hadoop.hive.ql.session.SessionState |
childErr, childOut, conf, err, HIVE_EXEC_L4J, HIVE_L4J, hiveHist, in, isSilent, isVerbose, out |
Methods inherited from class org.apache.hadoop.hive.ql.session.SessionState |
add_resource, add_resource, delete_resource, delete_resource, find_resource_type, get, getAuthenticator, getAuthorizer, getCmd, getCommandType, getConf, getConsole, getCreateTableGrants, getHiveHistory, getHiveOperation, getIsSilent, getIsVerbose, getLineageState, getMatchingSchemaAsRegex, getQueryId, getSessionId, initHiveLog4j, list_resource, registerJar, setAuthenticator, setAuthorizer, setCmd, setCommandType, setConf, setCreateTableGrants, setIsSilent, setIsVerbose, start, start, unregisterJar, validateFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execString
public String execString
- -e option if any that the session has been invoked with.
fileName
public String fileName
- -f option if any that the session has been invoked with.
cmdProperties
public Properties cmdProperties
- properties set from -hiveconf via cmdline.
initFiles
public List<String> initFiles
- -i option if any that the session has been invoked with.
CliSessionState
public CliSessionState()
CliSessionState
public CliSessionState(HiveConf conf)
Copyright © 2011 The Apache Software Foundation