org.apache.hadoop.hive.ql.parse
Interface HiveSemanticAnalyzerHookContext

All Superinterfaces:
org.apache.hadoop.conf.Configurable
All Known Implementing Classes:
HiveSemanticAnalyzerHookContextImpl

public interface HiveSemanticAnalyzerHookContext
extends org.apache.hadoop.conf.Configurable

Context information provided by Hive to implementations of HiveSemanticAnalyzerHook.


Method Summary
 Hive getHive()
           
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Method Detail

getHive

Hive getHive()
             throws HiveException
Returns:
the Hive db instance; hook implementations can use this for purposes such as getting configuration information or making metastore calls
Throws:
HiveException


Copyright © 2011 The Apache Software Foundation