public class HiveSessionHookContextImpl extends java.lang.Object implements HiveSessionHookContext
Modifier and Type | Method and Description |
---|---|
HiveConf |
getSessionConf()
Retrieve session conf
|
java.lang.String |
getSessionHandle()
Retrieve handle for the session
|
java.lang.String |
getSessionUser()
The get the username starting the session
|
public HiveConf getSessionConf()
HiveSessionHookContext
getSessionConf
in interface HiveSessionHookContext
public java.lang.String getSessionUser()
HiveSessionHookContext
getSessionUser
in interface HiveSessionHookContext
public java.lang.String getSessionHandle()
HiveSessionHookContext
getSessionHandle
in interface HiveSessionHookContext
Copyright © 2012 The Apache Software Foundation