org.apache.hadoop.hive.cli
Class CliSessionState

java.lang.Object
  extended by org.apache.hadoop.hive.ql.session.SessionState
      extended by org.apache.hadoop.hive.cli.CliSessionState

public class CliSessionState
extends SessionState

CliSessionState.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.session.SessionState
SessionState.LogHelper, SessionState.ResourceHook, SessionState.ResourceType
 
Field Summary
 Properties cmdProperties
          properties set from -hiveconf via cmdline.
 String execString
          -e option if any that the session has been invoked with.
 String fileName
          -f option if any that the session has been invoked with.
 List<String> initFiles
          -i option if any that the session has been invoked with.
 
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
 
Constructor Summary
CliSessionState()
           
CliSessionState(HiveConf conf)
           
 
Method Summary
 
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
 

Field Detail

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.

Constructor Detail

CliSessionState

public CliSessionState()

CliSessionState

public CliSessionState(HiveConf conf)


Copyright © 2011 The Apache Software Foundation