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.
 
Fields inherited from class org.apache.hadoop.hive.ql.session.SessionState
conf, err, HIVE_EXEC_L4J, HIVE_L4J, hiveHist, in, isSilent, out
 
Constructor Summary
CliSessionState()
           
CliSessionState(HiveConf conf)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.session.SessionState
add_resource, delete_resource, delete_resource, find_resource_type, get, getCmd, getCommandType, getConf, getConsole, getHiveHistory, getIsSilent, getLineageState, getQueryId, getSessionId, initHiveLog4j, list_resource, registerJar, setCmd, setCommandType, setConf, setIsSilent, 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.

Constructor Detail

CliSessionState

public CliSessionState()

CliSessionState

public CliSessionState(HiveConf conf)


Copyright © 2010 The Apache Software Foundation